无法在模拟器上构建。在 iPhone 8 上启动时出错

时间:2021-07-28 21:40:39

标签: ios build flutter-test

尝试在 iOS 模拟器上运行我的应用程序时,我仍然收到此错误。我已经在这里尝试了所有 StackFlow 建议。我已经运行 flutter cleanpub get 并在 Xcode 中打开了项目(也不会在那里构建)。

这是我一直遇到的错误。有人可以帮忙吗?

**Could not build the application for the simulator.
Error launching application on iPhone 8.**
    error: Abort trap: 6 (in target 'Stripe' from project 'Pods')
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Analyzing workspace
    note: Constructing build description
    note: Build preparation complete
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Mantle' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Reachability' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Toast' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'leveldb-library' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'libwebp' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Braintree' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'AppAuth' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'FMDB' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'FBSDKLoginKit' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'FBSDKCoreKit' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'GoogleSignIn' from project 'Pods')
    /Users/ChristinaBossen/Developer/flutter/Flutter-BuySell(v2.6)/Mobile Source/Flutter-BuySell/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flutter' from project 'Pods')

0 个答案:

没有答案