App Store Connect Operation Error
ERROR ITMS-90087: "Unsupported Architectures. The executable for LoanCalculator.app/Frameworks/Flutter.framework contains unsupported architectures '[x86_64]'."
App Store Connect Operation Error
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'LoanCalculator.app/Frameworks/Flutter.framework/Flutter' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
App Store Connect Operation Error
ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."
解決辦法::::
Run Script:增加腳本語言
"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh" thin
1.打開終端
2.cd到Flutter.framework文件夾
example : cd /Users/MAC/Desktop/Flutter/Flutter.framework
復(fù)制代碼
3.執(zhí)行下面代碼
lipo -remove x86_64 Flutter -o Flutter
復(fù)制代碼
4.重新打開項目 Clean, Build & Run and Create Archive