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 ?