為什么要手動設置Enable Bitcode?
這是因為 Xcode 7 (或以上)默認支持 bitcode,而你的項目關閉了bitcode(即在 【Build Settings】 中設置了 【Enable Bitcode】為 NO),需要在 Podfile中進行額外配置:
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'NO' end end end |
手機瀏覽
全國
19974831731





