【发布时间】:2021-06-16 08:08:19
【问题描述】:
我是新手,在尝试使用刺激器构建 ios 构建时遇到此错误。 我尝试更改构建和版本号。 扑干净 吊舱安装
Running "flutter pub get" in startup...
Launching lib/main.dart on iPhone SE (2nd generation) in debug mode...
Running pod install...
Running Xcode build...
Xcode build done.
Unable to install
/Users/apple/AndroidStudioProjects/startup/build/ios/iphonesimulator/Runner.app on
This is sometimes caused by a malformed plist file:
ProcessException: Process exited abnormally:
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The application's Info.plist does not contain CFBundleVersion.
Ensure your bundle contains a CFBundleVersion.
info.Plist
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
【问题讨论】:
标签: xcode flutter build compiler-errors ios-simulator