I created 2 ios projects, but now I want to erase them in the appstore and create an unique project with a simple button which display 2 buttons Button A go to application A Button B go to application B
I imported the project A in my new project (just projectA.xcodeproj) but when I link the button I get this error message :
* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'MainIphone' ...
What is the way to import and link 2 project in one ?
I believe you have not included all the files from project A in your new combined project. Make sure when you select the storyboard in the Project Navigator on the left pane, and the File Inspector in the right pan in Xcode that the checkmark for the Target you are building is selected in the "Target Membership" section.