On Mar 23, 2014, at 8:09 AM, Devarshi Kulshreshtha <devarshi.bluec...@gmail.com> wrote:
> While creating the framework, I included all xibs, including > ViewControllerWithinFramework.xib within its 'Copy Bundle Resources' > build phase. > > Now my problem is when I try to integrate that framework within other > project, it crashes with below stack trace: If you look at the reason listed for the exception, it’s "Could not load NIB in bundle”, so presumably the nib isn’t present in the built application. Did you follow the step to add the resources from the framework to your application’s Copy Resources build phase, as described in that web page? —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com