The app references non-public selector in id (Facebook SDK iOS)

前端 未结 8 1959
清歌不尽
清歌不尽 2020-11-30 03:29

I was having this warning when submitting my app with Application Loader.

The app references non-public selector in MyApp : id

This warning

8条回答
  •  被撕碎了的回忆
    2020-11-30 04:08

    I solved this issue (where 13.1 would still generate warnings and produce an invalid binary in itunesconnect) by downloading the FacebookSDK source from Github (link) and using the "build_framework.sh" script in the scripts dir. Then added the generated framework to my Xcode project - and got no more warnings.

提交回复
热议问题