
I am writing a universal application in iPhone and iPad that is not working in iPhone simulator. Though i have tested it in the iPad successfully. On running the application in the device it returns error as given below..
dyld: Symbol not found: _OBJC_CLASS_$_UISplitViewController

You need to fix, weal-link a framework.. just follow the give steps.
XCode -> in your application target-inspect it- go to the general tab.
find the list of framework at the bottom of the tab and change the type for uikit from "required to weak".
Hope it will work.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.