• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode warning from linking to a third-party framework in both app and in framework included in app?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Xcode warning from linking to a third-party framework in both app and in framework included in app?
      • From: Steve Mykytyn <email@hidden>
References: 
 >Xcode warning from linking to a third-party framework in both app and in framework included in app? (From: Steve Mykytyn <email@hidden>)

  • Prev by Date: Re: Private Methods
  • Next by Date: Re: Private Methods
  • Previous by thread: Xcode warning from linking to a third-party framework in both app and in framework included in app?
  • Next by thread: Re: Xcode warning from linking to a third-party framework in both app and in framework included in app?
  • Index(es):
    • Date
    • Thread