Reputation: 10412
I am working on an Iphone Application, and I want to get a storyboard from another project.
I added the storyboard and all the viewcontrollers and images to my project (I copy Paste them from the other project)
Then I set it as the main storyboard in the info,plist file.
I get no compile errors or warnings however if I try to run the project I get a signal SIGABRT
error.
(If i return to my original storyboard the app runs normally)
Any idea what might be causing the problem?
Thanks a lot for any help
Upvotes: 1
Views: 1056
Reputation: 2783
Have you wired all storyboard object to proper ViewController ? I often forget wiring delegate =)
Upvotes: 1
Reputation: 586
In the summary tab make sure that the main storyboard is selected under "project name"/summery/ iPhone/iPod deployment info
Upvotes: 0