Monday 15 September 2014

ios - Use storyboard from dependent project in XCode -


I have an XCode project and an iOS framework configured as a dependent project. I have created a storyboard inside my dependent project, however, when I try to load this storyboard with the main project, I am getting it:

  The bundle named 'Mylibstoryboard' in NSBindle Could not find a storyboard.   

I have configured my IOS framework using this tutorial:

Debug the app by viewing the app generated by XCode, check whether the storyboard or bundle exists or not. (Michel Thanksgiving)

  • The bundle generated by MyLib was not present
  • Create a bundle using the target MyLibResources
  • Drag and drop the bundle in XCode main project.

  • No comments:

    Post a Comment