Xcode warning from linking to a third-party framework in both app and in framework included in app?
Xcode warning from linking to a third-party framework in both app and in framework included in app?
- Subject: Xcode warning from linking to a third-party framework in both app and in framework included in app?
- From: Steve Mykytyn <email@hidden>
- Date: Tue, 18 Aug 2015 08:48:13 -0700
I'm linking to the 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.
Both the app and the included framework use
objc[1735]: Class PFObject is implemented in both <included framework> and
<app>. One of the two will be used. Which one is undefined.
I guess I could simply make sure to only use Parse my private framework,
but it seems like this should be fixable somehow...
_______________________________________________
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