> On Aug 18, 2015, at 8:48 AM, Steve Mykytyn <smyky...@gmail.com> 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 (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