.a支持bitcode
-
target-Buid Settings中Enable Bitcode=Yes(目前xcode默认为Yes)
-
Build Settings -> Compiler Flags添加 -fembed-bitcode 参数
framewrok支持bitcode
- target-Buid Setting中Enable Bitcode设为Yes(目前xcode默认为Yes)
-
DEPLOYMENT_POSTPROCESSING = YES
3.Build Settings -> Compiler Flags添加 -fembed-bitcode 参数
- 如果framework pod了第三方库,Pods中选择第三方库target 做如上同样的操作,使第三方库支持bitcode