Re: Symbol not found: _OBJC_CLASS_$_NSObject
Re: Symbol not found: _OBJC_CLASS_$_NSObject
- Subject: Re: Symbol not found: _OBJC_CLASS_$_NSObject
- From: Kyle Sluder <email@hidden>
- Date: Wed, 30 Jan 2013 16:32:28 -0800
On Wed, Jan 30, 2013, at 04:00 PM, Quincey Morris wrote:
> On Jan 30, 2013, at 15:29 , Kyle Sluder <email@hidden> wrote:
>
> > You should never need to manually add a framework to a Copy Files phase.
> > Adding the framework to your app target's Link with Libraries phase via
> > the "plus" button either the Summary or Build Phases tab of the Project
> > editor should cause the framework to be copied into your app wrapper.
>
> Surely that can't possibly be what you mean? You don't want non-private
> frameworks copied into your app bundle!
You can add private frameworks to your Link with Libraries phase using
the same interface you use to add system frameworks.
> If there's any intelligence in Xcode to copy private frameworks
> automatically during an archive build, I haven't seen any evidence of it.
> I recently ran into the same problem Todd did (in his other thread), and
> found no way to get the private apps into the app bundle other than to
> add the Copy Files phase manually. Is there a better way?
Unless there's some aspect of our build system that I'm just not seeing,
our frameworks don't belong to a Copy Files phase, yet they wind up
inside the app.
--Kyle Sluder
_______________________________________________
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