Re: Xcode warning from linking to a third-party framework in both app and in framework included in app?
Re: Xcode warning from linking to a third-party framework in both app and in framework included in app?
- Subject: Re: Xcode warning from linking to a third-party framework in both app and in framework included in app?
- From: Jens Alfke <email@hidden>
- Date: Tue, 18 Aug 2015 10:23:21 -0700
> On Aug 18, 2015, at 8:48 AM, Steve Mykytyn <email@hidden> wrote:
>
> I'm linking to the Parse.com <http://parse.com/> frameworks in both my app and in a private
> framework of my own included in the app. This generates the linker warning
> below.
If Parse provides their library in the form of a true (dynamic) framework, you should use that and have both your app and your private framework link against it.
If they only provide a static framework/library, you can create a target that builds that into a dynamic framework and exports the necessary symbols, then do the above.
—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