New warnings in iOS 9: “all bitcode will be dropped”

前端 未结 8 2307
执笔经年
执笔经年 2020-11-22 16:49

I have this new warning about the Google Framework in my app:

(null): URGENT: all bitcode will be dropped because \'/Users/myname/Library/Mobile D

8条回答
  •  无人及你
    2020-11-22 17:29

    To fix the issues with the canOpenURL failing. This is because of the new App Transport Security feature in iOS9

    Read this post to fix that issue http://discoverpioneer.com/blog/2015/09/18/updating-facebook-integration-for-ios-9/

提交回复
热议问题