Xcode13更新后打包出錯:
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
組件podspec及podfile中三方最低版本改為11以上后解決
2022.5.14編輯:
podfile:
platform :ios, '12.0'
podspec:
s.ios.deployment_target = '12.0'
項目工程中deploymentInfo改為支持iOS12以上