I want to integrate two project in one big project.The main project is calling iGardener and the sub-project is calling BBQ which have a storyboard calling "Main",I put the BBQ xcodeproj into iGardener as the image.
then make a storyboard reference in the iGardener storyboard like,
when i run the project,it show,
2016-04-21 14:51:52.028 iGardener[18649:4274976] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'Main' in bundle NSBundle (loaded)'
what's wrong,please help .....