我无法在 iOS 模拟器上构建 Flutter 应用程序。我一遍又一遍地收到这个错误。我的颤振医生很干净。
Launching lib/main.dart on iPhone SE (2nd generation) in debug mode...
Xcode build done. 26,7s
Failed to build iOS app
Error output from Xcode build:
?
** BUILD FAILED **
Xcode's output:
?
error: Build input file cannot be found: '/Users/User/Downloads/GoogleService-Info.plist' (in target 'Runner' from project 'Runner')
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but …Run Code Online (Sandbox Code Playgroud) 我无法在 iOS 模拟器上构建 React Native 应用程序。我一遍又一遍地收到此错误。这是我的控制台输出
\n Launching lib/main.dart on iPhone SE (2nd generation) in debug mode...\n Xcode build done. 26,7s\n Failed to build iOS app\n Error output from Xcode build:\n \xe2\x86\xb3\n ** BUILD FAILED **\n Xcode's output:\n \xe2\x86\xb3\n note: Using new build system\n note: Building targets in parallel\n note: Planning build\n note: Constructing build description\n warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.4.99. (in …Run Code Online (Sandbox Code Playgroud)