Re: Unable to use iOS framework which is internally using xib
Re: Unable to use iOS framework which is internally using xib
- Subject: Re: Unable to use iOS framework which is internally using xib
- From: Jens Alfke <email@hidden>
- Date: Sun, 23 Mar 2014 10:20:55 -0700
On Mar 23, 2014, at 8:09 AM, Devarshi Kulshreshtha <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden