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。