jpush / jshare-flutter-plugin

JShare's officially supported Flutter plugin (Android & iOS). 极光分享官方支持的 Flutter 插件(Android & iOS)。
MIT License
24 stars 17 forks source link

这sdk是什么啊 导入了以后在iOS模拟器上就无法运行起来 在iphone上可以运行起来 #17

Open ltw1234567 opened 3 years ago

ltw1234567 commented 3 years ago

这sdk是什么啊 导入了以后在iOS模拟器上就无法运行起来 在iphone上可以运行起来 Launching lib/main.dart on iPhone 12 Pro Max in debug mode... Running pod install... Running Xcode build... Xcode build done. 24.9s Failed to build iOS app Error output from Xcode build: ↳ BUILD FAILED

Xcode's output: ↳ In file included from /Users/joymo_ios/Desktop/flutterclient/common_flutter_1.1.0/ios/Classes/UmengCommonSdkPlugin.m:2: /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/UMConfigure.h:38:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void. ~^~~~ In file included from /Users/joymo_ios/Desktop/flutterclient/common_flutter_1.1.0/ios/Classes/UmengCommonSdkPlugin.m:3: /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:29:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void. ~^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:37:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void. ~^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:45:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void. ~^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:60:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void. ~^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:58:10: warning: parameter 'label' not found in the function declaration [-Wdocumentation] @param label 分类标签。不同的标签会分别进行统计,方便同一事件的不同标签的对比,为nil或空字符串时后台会生成和eventId同名的标签. ^~~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:59:10: warning: parameter 'accumulation' not found in the function declaration [-Wdocumentation] @param accumulation 累加值。为减少网络交互,可以自行对某一事件ID的某一分类标签进行累加,再传入次数作为参数。 ^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:83:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void. ~^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:80:10: warning: parameter 'label' not found in the function declaration [-Wdocumentation] @param label 分类标签。不同的标签会分别进行统计,方便同一事件的不同标签的对比,为nil或空字符串时后台会生成和eventId同名的标签. ^~~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:81:10: warning: parameter 'primarykey' not found in the function declaration [-Wdocumentation] @param primarykey 这个参数用于和event_id一起标示一个唯一事件,并不会被统计;对于同一个事件在beginEvent和endEvent 中要传递相同的eventId 和 primarykey ^~~~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:82:9: warning: parameter 'millisecond' not found in the function declaration [-Wdocumentation] @param millisecond 自己计时需要的话需要传毫秒进来 ^~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:137:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void. ~^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon7.2.8/UMCommon.framework/Headers/MobClick.h:136:9: warning: parameter 'provider' not found in the function declaration [-Wdocumentation] @param provider : 不能以下划线""开头,使用大写字母和数字标识; 如果是上市公司,建议使用股票代码。 ^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:144:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void. ~^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:156:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void ~^~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:162:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void ~^~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:180:3: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation] @return void. ~^~~~ /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:193:11: warning: empty paragraph passed to '@param' command [-Wdocumentation] @param key


    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:193:9: warning: parameter 'key' not found in the function declaration [-Wdocumentation]
     @param key
            ^~~
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/UMCommon/UMCommon_7.2.8/UMCommon.framework/Headers/MobClick.h:193:9: note: did you mean 'propertyName'?
     @param key
            ^~~
            propertyName
    19 warnings generated.
    2 warnings generated.
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:403:19: warning: unused variable 'clNavBackBtnImageInsets' [-Wunused-variable]
            NSValue * clNavBackBtnImageInsets;
                      ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1121:19: warning: unused variable 'clAuthWindowMaskLayer' [-Wunused-variable]
            CALayer * clAuthWindowMaskLayer;
                      ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:392:27: warning: unused variable 'clNavigationLeftControl' [-Wunused-variable]
            UIBarButtonItem * clNavigationLeftControl;
                              ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:685:30: warning: unused variable 'clAppPrivacyWebAttributesTitle' [-Wunused-variable]
            NSAttributedString * clAppPrivacyWebAttributesTitle;
                                 ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:391:27: warning: unused variable 'clNavigationRightControl' [-Wunused-variable]
            UIBarButtonItem * clNavigationRightControl;
                              ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:687:30: warning: unused variable 'clAppPrivacyWebNormalAttributesTitle' [-Wunused-variable]
            NSAttributedString * clAppPrivacyWebNormalAttributesTitle;
                                 ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:344:73: warning: 'UIStatusBarStyleDarkContent' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
                                baseConfigure.clPreferredStatusBarStyle = @(UIStatusBarStyleDarkContent);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Target Support Files/shanyan/shanyan-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:24:5: note: 'UIStatusBarStyleDarkContent' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 9.0.0
        UIStatusBarStyleDarkContent     API_AVAILABLE(ios(13.0)) = 3, // Dark content, for use on light backgrounds
        ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:344:73: note: enclose 'UIStatusBarStyleDarkContent' in an @available check to silence this warning
                                baseConfigure.clPreferredStatusBarStyle = @(UIStatusBarStyleDarkContent);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:723:90: warning: 'UIStatusBarStyleDarkContent' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
                                    baseConfigure.clAppPrivacyWebPreferredStatusBarStyle = @(UIStatusBarStyleDarkContent);
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Target Support Files/shanyan/shanyan-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:24:5: note: 'UIStatusBarStyleDarkContent' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 9.0.0
        UIStatusBarStyleDarkContent     API_AVAILABLE(ios(13.0)) = 3, // Dark content, for use on light backgrounds
        ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:723:90: note: enclose 'UIStatusBarStyleDarkContent' in an @available check to silence this warning
                                    baseConfigure.clAppPrivacyWebPreferredStatusBarStyle = @(UIStatusBarStyleDarkContent);
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1069:82: warning: 'UIModalPresentationAutomatic' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
                                baseConfigure.clAuthWindowModalPresentationStyle = @(UIModalPresentationAutomatic);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Target Support Files/shanyan/shanyan-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:55:5: note: 'UIModalPresentationAutomatic' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 9.0.0
        UIModalPresentationAutomatic API_AVAILABLE(ios(13.0)) = -2,
        ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1069:82: note: enclose 'UIModalPresentationAutomatic' in an @available check to silence this warning
                                baseConfigure.clAuthWindowModalPresentationStyle = @(UIModalPresentationAutomatic);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1087:85: warning: 'UIModalPresentationAutomatic' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
                                baseConfigure.clAppPrivacyWebModalPresentationStyle = @(UIModalPresentationAutomatic);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Target Support Files/shanyan/shanyan-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:55:5: note: 'UIModalPresentationAutomatic' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 9.0.0
        UIModalPresentationAutomatic API_AVAILABLE(ios(13.0)) = -2,
        ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1087:85: note: enclose 'UIModalPresentationAutomatic' in an @available check to silence this warning
                                baseConfigure.clAppPrivacyWebModalPresentationStyle = @(UIModalPresentationAutomatic);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1100:86: warning: 'UIUserInterfaceStyleUnspecified' is only available on iOS 12.0 or newer [-Wunguarded-availability-new]
                                baseConfigure.clAuthWindowOverrideUserInterfaceStyle = @(UIUserInterfaceStyleUnspecified);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Target Support Files/shanyan/shanyan-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:32:28: note: 'UIUserInterfaceStyle' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 9.0.0
    typedef NS_ENUM(NSInteger, UIUserInterfaceStyle) {
                               ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1100:86: note: enclose 'UIUserInterfaceStyleUnspecified' in an @available check to silence this warning
                                baseConfigure.clAuthWindowOverrideUserInterfaceStyle = @(UIUserInterfaceStyleUnspecified);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1103:86: warning: 'UIUserInterfaceStyleLight' is only available on iOS 12.0 or newer [-Wunguarded-availability-new]
                                baseConfigure.clAuthWindowOverrideUserInterfaceStyle = @(UIUserInterfaceStyleLight);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Target Support Files/shanyan/shanyan-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:32:28: note: 'UIUserInterfaceStyle' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 9.0.0
    typedef NS_ENUM(NSInteger, UIUserInterfaceStyle) {
                               ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1103:86: note: enclose 'UIUserInterfaceStyleLight' in an @available check to silence this warning
                                baseConfigure.clAuthWindowOverrideUserInterfaceStyle = @(UIUserInterfaceStyleLight);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1106:86: warning: 'UIUserInterfaceStyleDark' is only available on iOS 12.0 or newer [-Wunguarded-availability-new]
                                baseConfigure.clAuthWindowOverrideUserInterfaceStyle = @(UIUserInterfaceStyleDark);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Target Support Files/shanyan/shanyan-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:32:28: note: 'UIUserInterfaceStyle' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 9.0.0
    typedef NS_ENUM(NSInteger, UIUserInterfaceStyle) {
                               ^
    /Users/joymo_ios/.pub-cache/git/CLShanYan_Flutter-2ff73a2c40503389413309c22e4609757c295b5a/shanyan/ios/Classes/ShanyanPlugin.m:1106:86: note: enclose 'UIUserInterfaceStyleDark' in an @available check to silence this warning
                                baseConfigure.clAuthWindowOverrideUserInterfaceStyle = @(UIUserInterfaceStyleDark);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
    15 warnings generated.
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:6:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:714:34: warning: 'UNUserNotificationCenter' is only available on iOS 10.0 or newer [-Wunguarded-availability]
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(NSInteger options))completionHandler;
                                     ^
    In module 'UserNotifications' imported from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:3:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNUserNotificationCenter.h:38:12: note: 'UNUserNotificationCenter' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0
    @interface UNUserNotificationCenter : NSObject
               ^
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:6:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:714:1: note: annotate 'jpushNotificationCenter:willPresentNotification:withCompletionHandler:' with an availability attribute to silence this warning
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(NSInteger options))completionHandler;
    ^
                                                                                          API_AVAILABLE(ios(10.0))
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:714:93: warning: 'UNNotification' is only available on iOS 10.0 or newer [-Wunguarded-availability]
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(NSInteger options))completionHandler;
                                                                                          ^
    In module 'UserNotifications' imported from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:3:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotification.h:15:12: note: 'UNNotification' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0
    @interface UNNotification : NSObject <NSCopying, NSSecureCoding>
               ^
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:6:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:714:1: note: annotate 'jpushNotificationCenter:willPresentNotification:withCompletionHandler:' with an availability attribute to silence this warning
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(NSInteger options))completionHandler;
    ^
                                                                                          API_AVAILABLE(ios(10.0))
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:721:34: warning: 'UNUserNotificationCenter' is only available on iOS 10.0 or newer [-Wunguarded-availability]
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)(void))completionHandler;
                                     ^
    In module 'UserNotifications' imported from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:3:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNUserNotificationCenter.h:38:12: note: 'UNUserNotificationCenter' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0
    @interface UNUserNotificationCenter : NSObject
               ^
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:6:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:721:1: note: annotate 'jpushNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:' with an availability attribute to silence this warning
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)(void))completionHandler;
    ^
                                                                                          API_AVAILABLE(ios(10.0))
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:721:100: warning: 'UNNotificationResponse' is only available on iOS 10.0 or newer [-Wunguarded-availability]
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)(void))completionHandler;
                                                                                          ^
    In module 'UserNotifications' imported from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:3:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UNNotificationResponse.h:18:12: note: 'UNNotificationResponse' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0
    @interface UNNotificationResponse : NSObject <NSCopying, NSSecureCoding>
               ^
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:6:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:721:1: note: annotate 'jpushNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:' with an availability attribute to silence this warning
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)(void))completionHandler;
    ^
                                                                                          API_AVAILABLE(ios(10.0))
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:606:165: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)())completionHandler  API_AVAILABLE(ios(10.0)){
                                                                                          ^
                                                                                          void
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:418:21: warning: 'setTimeInterval:' is only available on iOS 10.0 or newer [-Wunguarded-availability]
                trigger.timeInterval = interval;
                        ^~~~~~~~~~~~
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:6:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:140:46: note: 'setTimeInterval:' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0
    @property (nonatomic, assign) NSTimeInterval timeInterval NS_AVAILABLE_IOS(10_0);    // 用来设置触发推送的时间,iOS10以上有效,优先级为III
                                                 ^
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:418:21: note: enclose 'setTimeInterval:' in an @available check to silence this warning
                trigger.timeInterval = interval;
                        ^~~~~~~~~~~~
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:521:13: warning: 'setThreadIdentifier:' is only available on iOS 10.0 or newer [-Wunguarded-availability]
        content.threadIdentifier = @"threadIdentifier";
                ^~~~~~~~~~~~~~~~
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:6:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:121:39: note: 'setThreadIdentifier:' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0
    @property (nonatomic, copy) NSString *threadIdentifier NS_AVAILABLE_IOS(10_0); // 线程或与推送请求相关对话的标识,iOS10以上有效,可用来对推送进行分组
                                          ^
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:521:13: note: enclose 'setThreadIdentifier:' in an @available check to silence this warning
        content.threadIdentifier = @"threadIdentifier";
                ^~~~~~~~~~~~~~~~
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:606:168: warning: conflicting parameter types in implementation of 'jpushNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:': 'void (^__strong)(void)' vs 'void (^__strong)()' [-Wmismatched-parameter-types]
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)())completionHandler  API_AVAILABLE(ios(10.0)){
                                                                                          ~~~~~~~~~~ ^
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:6:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/Headers/Public/JPush/JPUSHService.h:721:171: note: previous definition is here
    - (void)jpushNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)(void))completionHandler;
                                                                                          ~~~~~~~~~~~~~ ^
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:30:17: warning: class 'JPushPlugin' does not conform to protocol 'JPUSHRegisterDelegate' [-Wprotocol]
    @implementation JPushPlugin {
                    ^
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/jpush_flutter-2.0.1/ios/Classes/JPushPlugin.m:30:17: note: add stubs for missing protocol requirements
    9 warnings generated.
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/flutter_bmflocation-1.0.4/ios/Classes/BdmapLocationFlutterPlugin.m:3:
    In file included from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationComponent.h:9:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationManager.h:209:12: warning: empty paragraph passed to '@return' command [-Wdocumentation]
     *  @return
        ~~~~~~~^
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationManager.h:209:6: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation]
     *  @return
        ~^~~~~~
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationManager.h:216:12: warning: empty paragraph passed to '@return' command [-Wdocumentation]
     *  @return
        ~~~~~~~^
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationManager.h:216:6: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation]
     *  @return
        ~^~~~~~
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/flutter_bmflocation-1.0.4/ios/Classes/BdmapLocationFlutterPlugin.m:3:
    In file included from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationComponent.h:10:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationKitVersion.h:19:45: warning: this function declaration is not a prototype [-Wstrict-prototypes]
    UIKIT_EXTERN NSString* BMKLocationKitVersion();
                                                ^
                                                 void
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationKitVersion.h:26:46: warning: this function declaration is not a prototype [-Wstrict-prototypes]
    UIKIT_EXTERN float BMKLocationKitFloatVersion();
                                                 ^
                                                  void
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/flutter_bmflocation-1.0.4/ios/Classes/BdmapLocationFlutterPlugin.m:3:
    In file included from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationComponent.h:13:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKGeoFenceRegion.h:49:12: warning: parameter 'CLLocationCoordinate2D' not found in the function declaration [-Wdocumentation]
     *  @param CLLocationCoordinate2D 坐标值
               ^~~~~~~~~~~~~~~~~~~~~~
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKGeoFenceRegion.h:49:12: note: did you mean 'coor'?
     *  @param CLLocationCoordinate2D 坐标值
               ^~~~~~~~~~~~~~~~~~~~~~
               coor
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/flutter_bmflocation-1.0.4/ios/Classes/BdmapLocationFlutterPlugin.m:56:93: warning: sending 'LocationFlutterPlugin *const __strong' to parameter of incompatible type 'id<BMKLocationAuthDelegate>'
            [[BMKLocationAuth sharedInstance] checkPermisionWithKey:call.arguments authDelegate:self];
                                                                                          ^~~~
    In file included from /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/flutter_bmflocation-1.0.4/ios/Classes/BdmapLocationFlutterPlugin.m:3:
    In file included from /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationComponent.h:16:
    /Users/joymo_ios/Desktop/flutterclient/ios/Pods/BMKLocationKit/framework/BMKLocationkit.framework/Headers/BMKLocationAuth.h:49:87: note: passing argument to parameter 'delegate' here
    -(void)checkPermisionWithKey:(NSString*)key authDelegate:(id<BMKLocationAuthDelegate>)delegate;
                                                                                          ^
    8 warnings generated.
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/flutter_baidu_mapapi_map-2.0.1/ios/Classes/Map/BMFMapViewHandles.m:197:25: warning: incompatible pointer types assigning to 'NSMutableArray<NSString *> * _Nonnull' from 'NSArray *' [-Wincompatible-pointer-types]
        model.listStrFloors = info.arrStrFloors;
                            ^ ~~~~~~~~~~~~~~~~~
    1 warning generated.
    /Users/joymo_ios/.pub-cache/hosted/pub.flutter-io.cn/flutter_baidu_mapapi_map-2.0.1/ios/Classes/Map/BMFMapViewController.m:236:25: warning: incompatible pointer types assigning to 'NSMutableArray<NSString *> * _Nonnull' from 'NSArray *' [-Wincompatible-pointer-types]
        model.listStrFloors = info.arrStrFloors;
                            ^ ~~~~~~~~~~~~~~~~~
    1 warning generated.

    Command PhaseScriptExecution failed with a nonzero exit code
    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 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'FMDB' from project 'Pods')
    warning: None of the architectures in ARCHS (arm64, x86_64, i386) are valid. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one value from VALID_ARCHS (armv7, armv7s, arm64) which is not in EXCLUDED_ARCHS (arm64, i386). (in target 'Runner' from project 'Runner')
    warning: None of the architectures in ARCHS (arm64, x86_64, i386) are valid. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one value from VALID_ARCHS (armv7, armv7s, arm64) which is not in EXCLUDED_ARCHS (arm64, i386). (in target 'Pods-Runner' from project 'Pods')
    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.4.99. (in target 'JShare' from project 'Pods')
    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.4.99. (in target 'JPush' from project 'Pods')
    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.4.99. (in target 'UMCommon' from project 'Pods')
    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.4.99. (in target 'UMDevice' from project 'Pods')
    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.4.99. (in target 'BaiduMapKit' from project 'Pods')
    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.4.99. (in target 'CL_ShanYanSDK' from project 'Pods')
    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.4.99. (in target 'Flutter' from project 'Pods')
    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.4.99. (in target 'BMKLocationKit' from project 'Pods')
    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.4.99. (in target 'JCore' from project 'Pods')

Could not build the application for the simulator.
Error launching application on iPhone 12 Pro Max.