关于ENABLE_BITCODE

pod 'TSVoiceConverter'

如果,设置了工程target的ENABLE_BITCODE为NO。但是,在真机上运行时,仍然提示类似于如下错误:

URGENT: all bitcode will be dropped because '/Users/[MY_USER]/Downloads/parse-starter-project-1/ParseStarterProject/Parse.framework/Parse(PFMutableFileState.o)' was built without bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. Note: This will be an error in the future.

此时,则需要检查pod工程中,对应的TSVoiceConverter这个targe设置,ENABLE_BITCODE是否也为NO。

posted @ 2016-08-05 17:03  阳芳  阅读(2687)  评论(1)    收藏  举报