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 protected]) 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 [email protected]
