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

前端 未结 8 2311
执笔经年
执笔经年 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:46

    In my case for avoiding that problem:

    1. Be sure that you are dealing with Xcode 7, NOT lower versions. In lower version this flag does not exist.

    2. Setup: Project>Build Settings>All>Build Options>Enable Bitcode = NO

提交回复
热议问题