facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.
https://developers.facebook.com/docs/ios
Other
7.8k stars 3.57k forks source link

App references non-public selectors #691

Closed dalexsoto closed 9 years ago

dalexsoto commented 9 years ago

Hello Guys

I am having issues submitting my app to the store whenever I try to use the wrapper protocols like FBGrapUser and friends

just to mention a few of them.

https://github.com/facebook/facebook-ios-sdk/blob/master/src/FBGraphUser.h#L59 https://github.com/facebook/facebook-ios-sdk/blob/master/src/FBGraphLocation.h#L64

errors

Some of the errors goes away if I remove the Facebook iOS SDK. This is really a pain if you can't use the convenience wrappers.

chrisp-fb commented 9 years ago

Sorry for the inconvenience, the convenience protocols unfortunately collided with some private Apple selectors. As a workaround, you should be able to treat the object as a dictionary and use indexers like [@"birthday"] instead of .birthday. We'll deprecate the helpers with comments to that effect in a future release.

elandreusa commented 9 years ago

Why do you send me this????

On Monday, January 5, 2015, Chris Pan notifications@github.com wrote:

Sorry for the inconvenience, the convenience protocols unfortunately collided with some private Apple selectors. As a workaround, you should be able to treat the object as a dictionary and use indexers like [@"birthday"] instead of .birthday. We'll deprecate the helpers with comments to that effect in a future release.

— Reply to this email directly or view it on GitHub https://github.com/facebook/facebook-ios-sdk/issues/691#issuecomment-68747032 .

Elandre Du Toit