小编max*_*ill的帖子

Flutter - iOS 模拟器部署目标 'IPHONEOS_DEPLOYMENT_TARGET' 设置为 7.0 && 找不到构建输入文件 GoogleService-Info.plist

我无法在 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)

simulator ios ios-simulator flutter

24
推荐指数
2
解决办法
2万
查看次数

React Native - iOS 模拟器部署目标“IPHONEOS_DEPLOYMENT_TARGET”设置为 7.0

我无法在 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)

simulator ios ios-simulator react-native

7
推荐指数
1
解决办法
1万
查看次数

标签 统计

ios ×2

ios-simulator ×2

simulator ×2

flutter ×1

react-native ×1