Y2theZ
Y2theZ

Reputation: 10412

using a storyboard from another project

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

Answers (2)

Feel Physics
Feel Physics

Reputation: 2783

Have you wired all storyboard object to proper ViewController ? I often forget wiring delegate =)

ss

Upvotes: 1

loekTheDreamer
loekTheDreamer

Reputation: 586

In the summary tab make sure that the main storyboard is selected under "project name"/summery/ iPhone/iPod deployment info

Upvotes: 0

Related Questions