OpenFlutter / tobias

AliPay For Flutter.支付宝Flutter插件
Apache License 2.0
695 stars 116 forks source link

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 15.0.99. (in target 'AlipaySDK-iOS' from project 'Pods') #110

Closed purgeyao closed 2 years ago

purgeyao commented 3 years ago
Xcode's output:
↳
    widgetsExtension-eamhfpsshlxxtwghhlotfmrevgow
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/ios/Runner/AppDelegate.swift:17:19: warning: result of 'WidgetMenthod' initializer is unused
        WidgetMenthod.init(messger: controller.binaryMessenger)
                      ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/ios/Runner/AppDelegate.swift:17:19: warning: result of 'WidgetMenthod' initializer is unused
        WidgetMenthod.init(messger: controller.binaryMessenger)
                      ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    widgetsExtension-eamhfpsshlxxtwghhlotfmrevgow
    ld: building for iOS Simulator, but linking in object file built for iOS, file '/Volumes/CodeFile/AndroidStudioProjects/flutter_bill/ios/Pods/AlipaySDK-iOS/AlipaySDK.framework/AlipaySDK' for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    widgetsExtension-eamhfpsshlxxtwghhlotfmrevgow
    note: Using new build system
    note: Planning
    note: Build preparation complete
    note: Building targets in parallel
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'DKImagePickerController-DKImagePickerController' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'libwebp' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'SDWebImage' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'Mantle' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'FMDB' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'FLAnimatedImage' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/ios/Pods/Pods.xcodeproj: warning: MobileCoreServices has been renamed. Use CoreServices instead. (in target 'FLAnimatedImage' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'SDWebImageFLPlugin' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'SDWebImageWebPCoder' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'DKPhotoGallery-DKPhotoGallery' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'DKPhotoGallery' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/ios/Pods/Pods.xcodeproj: warning: AssetsLibrary is deprecated. Consider migrating to Photos instead. (in target 'DKPhotoGallery' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/ios/Pods/Pods.xcodeproj: warning: MobileCoreServices has been renamed. Use CoreServices instead. (in target 'DKPhotoGallery' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'DKImagePickerController' from project 'Pods')
    /Volumes/CodeFile/AndroidStudioProjects/flutter_bill/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 15.0.99. (in target 'AlipaySDK-iOS' from project 'Pods')

Could not build the application for the simulator.
Error launching application on iPhone 13.
purgeyao commented 3 years ago

@JarvanMo The author can help check?

JarvanMo commented 2 years ago

update your delopment target please.

JarvanMo commented 2 years ago

Update to 9.0 or above.