Flutterfire: [firebase_messaging] Error generating build for ios

Created on 10 May 2020  Â·  23Comments  Â·  Source: FirebaseExtended/flutterfire

I'm getting the errors below when trying to generate a build for ios, i don't know what i can do to fix, my knowledge in ios is limited, can someone help?

Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
Xcode build done.                                           202,5s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **
Xcode's output:
↳
    === BUILD TARGET firebase_database OF PROJECT Pods WITH CONFIGURATION Debug ===
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+3/ios/Classes/FirebaseRemoteConfigPlugin.m:52:65: warning: 'isDeveloperModeEnabled' is deprecated: This no longer needs to be set during development. Refer to documentation for additional details. [-Wdeprecated-declarations]
            [[NSNumber alloc] initWithBool:[firRemoteConfigSettings isDeveloperModeEnabled]];
                                                                    ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+3/ios/Classes/FirebaseRemoteConfigPlugin.m:8:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:146:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseRemoteConfig/FirebaseRemoteConfig.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseRemoteConfig/FIRRemoteConfig.h:141:37: note: property 'isDeveloperModeEnabled' is declared deprecated here
    @property(nonatomic, readonly) BOOL isDeveloperModeEnabled DEPRECATED_MSG_ATTRIBUTE(
                                        ^
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseRemoteConfig/FIRRemoteConfig.h:141:60: note: 'isDeveloperModeEnabled' has been explicitly marked deprecated here
    @property(nonatomic, readonly) BOOL isDeveloperModeEnabled DEPRECATED_MSG_ATTRIBUTE(
                                                               ^
    In module 'Foundation' imported from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+3/ios/Classes/FirebaseRemoteConfigPlugin.m:61:42: warning: 'initWithDeveloperModeEnabled:' is deprecated: This no longer needs to be set during development. Refer to documentation for additional details. [-Wdeprecated-declarations]
            [[FIRRemoteConfigSettings alloc] initWithDeveloperModeEnabled:debugMode];
                                             ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+3/ios/Classes/FirebaseRemoteConfigPlugin.m:8:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:146:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseRemoteConfig/FirebaseRemoteConfig.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseRemoteConfig/FIRRemoteConfig.h:148:5: note: 'initWithDeveloperModeEnabled:' has been explicitly marked deprecated here
        DEPRECATED_MSG_ATTRIBUTE("This no longer needs to be set during development. Refer to "
        ^
    In module 'Foundation' imported from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+3/ios/Classes/FirebaseRemoteConfigPlugin.m:108:54: warning: 'activateFetched' is deprecated: Use -[FIRRemoteConfig activate] instead. [-Wdeprecated-declarations]
        BOOL newConfig = [[FIRRemoteConfig remoteConfig] activateFetched];
                                                         ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+3/ios/Classes/FirebaseRemoteConfigPlugin.m:8:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:146:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseRemoteConfig/FirebaseRemoteConfig.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseRemoteConfig/FIRRemoteConfig.h:245:25: note: 'activateFetched' has been explicitly marked deprecated here
    - (BOOL)activateFetched DEPRECATED_MSG_ATTRIBUTE("Use -[FIRRemoteConfig activate] "
                            ^
    In module 'Foundation' imported from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+3/ios/Classes/FirebaseRemoteConfigPlugin.m:139:40: warning: 'allKeysFromSource:namespace:' is deprecated: Use -[FIRRemoteConfig allKeysFromSource:] instead. [-Wdeprecated-declarations]
      NSArray *defaultKeys = [remoteConfig allKeysFromSource:FIRRemoteConfigSourceDefault
                                           ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+3/ios/Classes/FirebaseRemoteConfigPlugin.m:8:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:146:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseRemoteConfig/FirebaseRemoteConfig.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseRemoteConfig/FIRRemoteConfig.h:300:5: note: 'allKeysFromSource:namespace:' has been explicitly marked deprecated here
        DEPRECATED_MSG_ATTRIBUTE("Use -[FIRRemoteConfig allKeysFromSource:] instead.");
        ^
    In module 'Foundation' imported from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    4 warnings generated.
    === BUILD TARGET firebase_messaging OF PROJECT Pods WITH CONFIGURATION Debug ===
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:196:43: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
    - (void)applicationReceivedRemoteMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                                              ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'Foundation' imported from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:308:24: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
        didReceiveMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                           ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'Foundation' imported from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:142:30: warning: 'shouldEstablishDirectChannel' is deprecated: FCM direct channel is deprecated, please use APNs channel for downstream message delivery. [-Wdeprecated-declarations]
        [FIRMessaging messaging].shouldEstablishDirectChannel = true;
                                 ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:283:56: note: 'shouldEstablishDirectChannel' has been explicitly marked deprecated here
    @property(nonatomic) BOOL shouldEstablishDirectChannel DEPRECATED_MSG_ATTRIBUTE(
                                                           ^
    In module 'Foundation' imported from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:197:52: warning: 'appData' is deprecated [-Wdeprecated-declarations]
      [self didReceiveRemoteNotification:remoteMessage.appData];
                                                       ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'Foundation' imported from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:307:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - (void)messaging:(FIRMessaging *)messaging
    ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:253:1: note: method 'messaging:didReceiveMessage:' declared here
    - (void)messaging:(FIRMessaging *)messaging
    ^
    /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:309:63: warning: 'appData' is deprecated [-Wdeprecated-declarations]
      [_channel invokeMethod:@"onMessage" arguments:remoteMessage.appData];
                                                                  ^
    In file included from /Users/kitoide/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.13/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'Foundation' imported from /Users/kitoide/mobile/cooperado-mobile/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    6 warnings generated.
    === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
    Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_FLTVideoPlayerPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTSharedPreferencesPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_ScreenPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTURLLauncherPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTKeyboardVisibilityPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_LocationPermissionsPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTGoogleMapsPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_GeolocatorPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTPackageInfoPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTFirebaseStoragePlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTDeviceInfoPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_WakelockPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FirebaseRemoteConfigPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTFirebaseCorePlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTPathProviderPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTFirebaseDatabasePlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_FLTFirebaseMessagingPlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
      "_OBJC_CLASS_$_OpenFilePlugin", referenced from:
          objc-class-ref in GeneratedPluginRegistrant.o
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.
Exited (sigterm)
critical crowd ios messaging bug

Most helpful comment

Same here. I updated my project to Flutter 1.17 today. With Flutter 1.14 it worked without any problems.

All 23 comments

The same issue started to happen here too

Same here. I updated my project to Flutter 1.17 today. With Flutter 1.14 it worked without any problems.

Same situation. Issue since Flutter 1.17.

If I add the GoogleUtilities Library to my build target in Xcode, the build passes but the App itself crash before it starts. I'll post the log later.

I fixed with: https://github.com/flutter/flutter/issues/56567#issuecomment-625951978

  1. Check if ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings exists.
  2. Attach it to this issue.
  3. Confirm removing it fixes the linker issue.

Edit: Also don't forget to delete podfile.lock file.

Hi @kitoide
Does this solution from above comment solves the issue?

can you please provide your flutter doctor -v and flutter run --verbose?
Also, to better address the issue, would be helpful if you could post a minimal code sample to reproduce the problem
Thank you
Thank you

This worked for me:

  1. Edit ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  2. Remove
    xml <key>BuildSystemType</key> <string>Original</string>
  3. Open the terminal and navigate into your project root and run flutter clean and delete this files / directories:
    txt .packages ios/.symlinks ios/Pods ios/Runner/GeneratedPluginRegistrant.h ios/Runner/GeneratedPluginRegistrant.m ios/Runner.xcworkspace/xcuserdata ios/Podfile.lock
  4. Run flutter pub get, cd ios and pod update which updates your pods.
  5. cd .. and flutter run

Same here. I updated my project to Flutter 1.17 today. With Flutter 1.14 it worked without any problems.

Any update?

Same here. I updated my project to Flutter 1.17 today. With Flutter 1.14 it worked without any problems.

Any update?

https://github.com/FirebaseExtended/flutterfire/issues/2530#issuecomment-628246612 should solve the problem

Try using version 1.17.1. Seems to have fixed it for me.

This worked for me:

  1. Edit ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  2. Remove
    <key>BuildSystemType</key> <string>Original</string>
  3. Open the terminal and navigate into your project root and run flutter clean and delete this files / directories:
    .packages ios/.symlinks ios/Pods ios/Runner/GeneratedPluginRegistrant.h ios/Runner/GeneratedPluginRegistrant.m ios/Runner.xcworkspace/xcuserdata ios/Podfile.lock
  4. Run flutter pub get, cd ios and pod update which updates your pods.
  5. cd .. and flutter run

Hi @billbeeio

So I did as you suggested. I am still not able to run. I did a flutter run --verbose and in the logs I noticed this:

The path does not exist
Command PhaseScriptExecution failed with a nonzero exit code

After some more digging I realized it's coming from xcode_backend.sh (in the Flutter/packages/flutter_tools/bin/directory). It's because the property FLUTTER_APPLICATION_PATH isn't defined.

I do see this property in the ios/Flutter/Generated.xcconfig file, so I don't know where else it should be defined. Any ideas?

Try using version 1.17.1. Seems to have fixed it for me.

still no fix the bug :(

This worked for me:

  1. Edit ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  2. Remove
    <key>BuildSystemType</key> <string>Original</string>
  3. Open the terminal and navigate into your project root and run flutter clean and delete this files / directories:
    .packages ios/.symlinks ios/Pods ios/Runner/GeneratedPluginRegistrant.h ios/Runner/GeneratedPluginRegistrant.m ios/Runner.xcworkspace/xcuserdata ios/Podfile.lock
  4. Run flutter pub get, cd ios and pod update which updates your pods.
  5. cd .. and flutter run

I did this procedure, I updated my flutter to 1.17.1 and did the build by xcode, when I did the build by xcode he asked me to correct some items, this made it work again

This worked for me:

  1. Edit ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  2. Remove
    <key>BuildSystemType</key> <string>Original</string>
  3. Open the terminal and navigate into your project root and run flutter clean and delete this files / directories:
    .packages ios/.symlinks ios/Pods ios/Runner/GeneratedPluginRegistrant.h ios/Runner/GeneratedPluginRegistrant.m ios/Runner.xcworkspace/xcuserdata ios/Podfile.lock
  4. Run flutter pub get, cd ios and pod update which updates your pods.
  5. cd .. and flutter run

i'm trying this one but still get same error
any updates ?!

Yes, still same error
/ios/Runner/GeneratedPluginRegistrant.m:10:9: fatal error: module 'firebase_auth' not found

This worked for me:

1. Edit `ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings`

2. Remove
   ```
   <key>BuildSystemType</key>
   <string>Original</string>
   ```

3. Open the terminal and navigate into your project root and run `flutter clean` and delete this files / directories:
   ```
   .packages
   ios/.symlinks
   ios/Pods
   ios/Runner/GeneratedPluginRegistrant.h
   ios/Runner/GeneratedPluginRegistrant.m
   ios/Runner.xcworkspace/xcuserdata
   ios/Podfile.lock
   ```

4. Run `flutter pub get`, `cd ios` and `pod update` which updates your pods.

5. `cd ..` and `flutter run`

this worked for me but I am confused to what caused the issue as I was able to compile the app yesterday and today it gave error to me :/

Any updates on that issue?

I faced it after updating flutter to 1.20 or any above including current latest beta 1.23.
On 1.17.5 everything works fine.
Of course tried all approaches above, with removing files, cleaning builds etc. but no luck.

Flutter doctor -v:

[✓] Flutter (Channel stable, 1.20.4, on Mac OS X 10.15.6 19G2021, locale pl-PL)
    • Flutter version 1.20.4 at /Users/piotrstanislawski/repos/flutter sdk/flutter
    • Framework revision fba99f6cf9 (11 days ago), 2020-09-14 15:32:52 -0700
    • Engine revision d1bc06f032
    • Dart version 2.9.2


[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at /Users/piotrstanislawski/Library/Android/sdk
    • Platform android-29, build-tools 29.0.2
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 11.5, Build version 11E608c
    • CocoaPods version 1.9.3

[✓] Android Studio (version 3.5)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 40.1.2
    • Dart plugin version 191.8423
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)

[✓] VS Code (version 1.49.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.14.1

[!] Connected device
    ! No devices available

! Doctor found issues in 1 category.

Hello
Im having similar issues I tried all thing, removing, cleaning, pod update, cache repair, reinstall Xcode,Android Studio, and flutter

output:


logs

↳
    /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:193:43: warning: 'FIRMessagingRemoteMessage' is
    deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
    - (void)applicationReceivedRemoteMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                                              ^
    In file included from /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/Firebase/Firebase.h:76:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'Foundation' imported from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/sys/cdefs.h:200:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:277:24: warning: 'FIRMessagingRemoteMessage' is
    deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
        didReceiveMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                           ^
    In file included from /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/Firebase/Firebase.h:76:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'Foundation' imported from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/sys/cdefs.h:200:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:140:30: warning: 'shouldEstablishDirectChannel' is
    deprecated: FCM direct channel is deprecated, please use APNs channel for downstream message delivery. [-Wdeprecated-declarations]
        [FIRMessaging messaging].shouldEstablishDirectChannel = true;
                                 ^
    In file included from /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/Firebase/Firebase.h:76:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:283:56: note: 'shouldEstablishDirectChannel' has been explicitly marked deprecated here
    @property(nonatomic) BOOL shouldEstablishDirectChannel DEPRECATED_MSG_ATTRIBUTE(
                                                           ^
    In module 'Foundation' imported from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/AvailabilityMacros.h:181:64: note: expanded from macro
    'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:194:52: warning: 'appData' is deprecated
    [-Wdeprecated-declarations]
      [self didReceiveRemoteNotification:remoteMessage.appData];
                                                       ^
    In file included from /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/Firebase/Firebase.h:76:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'Foundation' imported from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/AvailabilityMacros.h:179:60: note: expanded from macro
    'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:276:1: warning: implementing deprecated method
    [-Wdeprecated-implementations]
    - (void)messaging:(FIRMessaging *)messaging
    ^
    In file included from /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/Firebase/Firebase.h:76:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:253:1: note: method 'messaging:didReceiveMessage:' declared here
    - (void)messaging:(FIRMessaging *)messaging
    ^
    /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:278:63: warning: 'appData' is deprecated
    [-Wdeprecated-declarations]
      [_channel invokeMethod:@"onMessage" arguments:remoteMessage.appData];
                                                                  ^
    In file included from /Users/ivanrodriguez/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.12/ios/Classes/FLTFirebaseMessagingPlugin.m:10:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/Firebase/Firebase.h:76:
    In file included from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'Foundation' imported from /Users/ivanrodriguez/Downloads/si_escolar/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/AvailabilityMacros.h:179:60: note: expanded from macro
    'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    6 warnings generated.
    ld: library not found for -lGoogleDataTransportCCTSupport
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    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.0.99. (in target 'PromisesObjC' from
    project 'Pods')

Hi
I've encountered a similar issue. In my case, it was repaired by changing to "Enable Bitcode" in Xcode To "No".
Maybe this issue caused by native code in Bitcode.

I really want this way to help to solve your issue.

I am on Flutter Latest Stable 1.22.1 and I am facing a similar build issue on Azure IOS Build. I cannot do flutter doctor or run locally. Please help.

We use latest build system type in xcode

Here is the log

Running Xcode build...                                          
2020-10-05T15:16:43.4283360Z Xcode build done.                                           248.4s
2020-10-05T15:16:46.4168220Z Failed to build iOS app
2020-10-05T15:16:46.4183260Z Error output from Xcode build:
2020-10-05T15:16:46.4184350Z ↳
2020-10-05T15:16:46.4184800Z     ** BUILD FAILED **
2020-10-05T15:16:46.4184960Z 
2020-10-05T15:16:46.4185060Z 
2020-10-05T15:16:46.4186290Z Xcode's output:
2020-10-05T15:16:46.4186750Z ↳
2020-10-05T15:16:46.4230010Z     3 warnings generated.
2020-10-05T15:16:46.4230570Z     error: the following command failed with exit code 0 but produced no further output
2020-10-05T15:16:46.4232500Z     CompileC /Users/runner/Library/Developer/Xcode/DerivedData/Runner-altbjzzfluackgfvsuzbbgqdqewl/Build/Intermediates.noindex/Pods.build/Release-development-iphoneos/file_picker.build/Objects-normal/arm64/FilePickerPlugin.o /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-2.0.6/ios/Classes/FilePickerPlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
2020-10-05T15:16:46.4235190Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4236870Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:75:10: warning: "FirebaseAnalytics.framework is not included in your target. Please add `Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure Firebase Messaging works as intended." [-W#warnings]
2020-10-05T15:16:46.4238260Z             #warning "FirebaseAnalytics.framework is not included in your target. Please add \
2020-10-05T15:16:46.4238700Z              ^
2020-10-05T15:16:46.4240140Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:190:43: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
2020-10-05T15:16:46.4241490Z     - (void)applicationReceivedRemoteMessage:(FIRMessagingRemoteMessage *)remoteMessage {
2020-10-05T15:16:46.4241880Z                                               ^
2020-10-05T15:16:46.4242920Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4243610Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4244250Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4245330Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
2020-10-05T15:16:46.4245880Z     __deprecated_msg(
2020-10-05T15:16:46.4246050Z     ^
2020-10-05T15:16:46.4246790Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4248040Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4249410Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4250770Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
2020-10-05T15:16:46.4251390Z             #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2020-10-05T15:16:46.4251810Z                                                           ^
2020-10-05T15:16:46.4253180Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:290:24: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
2020-10-05T15:16:46.4254310Z         didReceiveMessage:(FIRMessagingRemoteMessage *)remoteMessage {
2020-10-05T15:16:46.4254950Z                            ^
2020-10-05T15:16:46.4256080Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4256770Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4257800Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4258930Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
2020-10-05T15:16:46.4259700Z     __deprecated_msg(
2020-10-05T15:16:46.4259870Z     ^
2020-10-05T15:16:46.4260610Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4261910Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4263310Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4264660Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
2020-10-05T15:16:46.4265340Z             #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2020-10-05T15:16:46.4265710Z                                                           ^
2020-10-05T15:16:46.4267110Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:136:30: warning: 'shouldEstablishDirectChannel' is deprecated: FCM direct channel is deprecated, please use APNs channel for downstream message delivery. [-Wdeprecated-declarations]
2020-10-05T15:16:46.4268080Z         [FIRMessaging messaging].shouldEstablishDirectChannel = true;
2020-10-05T15:16:46.4268390Z                                  ^
2020-10-05T15:16:46.4269370Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4270060Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4270670Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4271750Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:283:56: note: 'shouldEstablishDirectChannel' has been explicitly marked deprecated here
2020-10-05T15:16:46.4272420Z     @property(nonatomic) BOOL shouldEstablishDirectChannel DEPRECATED_MSG_ATTRIBUTE(
2020-10-05T15:16:46.4272800Z                                                            ^
2020-10-05T15:16:46.4273600Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4274830Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4276210Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4277920Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
2020-10-05T15:16:46.4278640Z                 #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
2020-10-05T15:16:46.4279030Z                                                                    ^
2020-10-05T15:16:46.4280150Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:191:52: warning: 'appData' is deprecated [-Wdeprecated-declarations]
2020-10-05T15:16:46.4281100Z       [self didReceiveRemoteNotification:remoteMessage.appData];
2020-10-05T15:16:46.4281460Z                                                        ^
2020-10-05T15:16:46.4282530Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4283220Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4283930Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4285000Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
2020-10-05T15:16:46.4285710Z     @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
2020-10-05T15:16:46.4286180Z                                                                  ^
2020-10-05T15:16:46.4287030Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4288280Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4289660Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4291040Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
2020-10-05T15:16:46.4291720Z             #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
2020-10-05T15:16:46.4292100Z                                                                ^
2020-10-05T15:16:46.4293240Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:289:1: warning: implementing deprecated method [-Wdeprecated-implementations]
2020-10-05T15:16:46.4294290Z     - (void)messaging:(FIRMessaging *)messaging
2020-10-05T15:16:46.4294590Z     ^
2020-10-05T15:16:46.4295570Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4296260Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4296860Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4297900Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:253:1: note: method 'messaging:didReceiveMessage:' declared here
2020-10-05T15:16:46.4298760Z     - (void)messaging:(FIRMessaging *)messaging
2020-10-05T15:16:46.4299290Z     ^
2020-10-05T15:16:46.4300340Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:291:63: warning: 'appData' is deprecated [-Wdeprecated-declarations]
2020-10-05T15:16:46.4301160Z       [_channel invokeMethod:@"onMessage" arguments:remoteMessage.appData];
2020-10-05T15:16:46.4301550Z                                                                   ^
2020-10-05T15:16:46.4302610Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4303290Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4304090Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4305160Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
2020-10-05T15:16:46.4305860Z     @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
2020-10-05T15:16:46.4306260Z                                                                  ^
2020-10-05T15:16:46.4307100Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4308410Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4309780Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4311180Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
2020-10-05T15:16:46.4311870Z             #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
2020-10-05T15:16:46.4312230Z                                                                ^
2020-10-05T15:16:46.4312510Z     7 warnings generated.
2020-10-05T15:16:46.4313470Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4315030Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:75:10: warning: "FirebaseAnalytics.framework is not included in your target. Please add `Firebase/Analytics` to your Podfile or add FirebaseAnalytics.framework to your project to ensure Firebase Messaging works as intended." [-W#warnings]
2020-10-05T15:16:46.4315970Z             #warning "FirebaseAnalytics.framework is not included in your target. Please add \
2020-10-05T15:16:46.4316280Z              ^
2020-10-05T15:16:46.4317740Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:190:43: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
2020-10-05T15:16:46.4318980Z     - (void)applicationReceivedRemoteMessage:(FIRMessagingRemoteMessage *)remoteMessage {
2020-10-05T15:16:46.4319430Z                                               ^
2020-10-05T15:16:46.4320370Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4321370Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4321900Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4323020Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
2020-10-05T15:16:46.4323500Z     __deprecated_msg(
2020-10-05T15:16:46.4323660Z     ^
2020-10-05T15:16:46.4324390Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4325750Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4327140Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4328400Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
2020-10-05T15:16:46.4329050Z             #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2020-10-05T15:16:46.4329410Z                                                           ^
2020-10-05T15:16:46.4330900Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:290:24: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
2020-10-05T15:16:46.4331790Z         didReceiveMessage:(FIRMessagingRemoteMessage *)remoteMessage {
2020-10-05T15:16:46.4332140Z                            ^
2020-10-05T15:16:46.4333070Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4333780Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4334440Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4335630Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
2020-10-05T15:16:46.4336140Z     __deprecated_msg(
2020-10-05T15:16:46.4336300Z     ^
2020-10-05T15:16:46.4337050Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4338340Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4339720Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4340960Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
2020-10-05T15:16:46.4341620Z             #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2020-10-05T15:16:46.4341980Z                                                           ^
2020-10-05T15:16:46.4343700Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:136:30: warning: 'shouldEstablishDirectChannel' is deprecated: FCM direct channel is deprecated, please use APNs channel for downstream message delivery. [-Wdeprecated-declarations]
2020-10-05T15:16:46.4344590Z         [FIRMessaging messaging].shouldEstablishDirectChannel = true;
2020-10-05T15:16:46.4344950Z                                  ^
2020-10-05T15:16:46.4345880Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4346790Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4347320Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4348460Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:283:56: note: 'shouldEstablishDirectChannel' has been explicitly marked deprecated here
2020-10-05T15:16:46.4349060Z     @property(nonatomic) BOOL shouldEstablishDirectChannel DEPRECATED_MSG_ATTRIBUTE(
2020-10-05T15:16:46.4349560Z                                                            ^
2020-10-05T15:16:46.4350410Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4351580Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4353140Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4355020Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
2020-10-05T15:16:46.4355830Z                 #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
2020-10-05T15:16:46.4356220Z                                                                    ^
2020-10-05T15:16:46.4357580Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:191:52: warning: 'appData' is deprecated [-Wdeprecated-declarations]
2020-10-05T15:16:46.4358310Z       [self didReceiveRemoteNotification:remoteMessage.appData];
2020-10-05T15:16:46.4358710Z                                                        ^
2020-10-05T15:16:46.4359720Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4360480Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4361020Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4362100Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
2020-10-05T15:16:46.4362680Z     @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
2020-10-05T15:16:46.4363080Z                                                                  ^
2020-10-05T15:16:46.4363940Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4365550Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4366990Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4368300Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
2020-10-05T15:16:46.4369200Z             #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
2020-10-05T15:16:46.4369570Z                                                                ^
2020-10-05T15:16:46.4370890Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:289:1: warning: implementing deprecated method [-Wdeprecated-implementations]
2020-10-05T15:16:46.4371880Z     - (void)messaging:(FIRMessaging *)messaging
2020-10-05T15:16:46.4372230Z     ^
2020-10-05T15:16:46.4373150Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4373940Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4374490Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4375620Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:253:1: note: method 'messaging:didReceiveMessage:' declared here
2020-10-05T15:16:46.4376470Z     - (void)messaging:(FIRMessaging *)messaging
2020-10-05T15:16:46.4376700Z     ^
2020-10-05T15:16:46.4377760Z     /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:291:63: warning: 'appData' is deprecated [-Wdeprecated-declarations]
2020-10-05T15:16:46.4378490Z       [_channel invokeMethod:@"onMessage" arguments:remoteMessage.appData];
2020-10-05T15:16:46.4378930Z                                                                   ^
2020-10-05T15:16:46.4379940Z     In file included from /Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.2/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
2020-10-05T15:16:46.4380680Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
2020-10-05T15:16:46.4381220Z     In file included from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
2020-10-05T15:16:46.4382300Z     /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
2020-10-05T15:16:46.4382890Z     @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
2020-10-05T15:16:46.4383270Z                                                                  ^
2020-10-05T15:16:46.4384120Z     In module 'Foundation' imported from /Users/runner/work/1/s/buildsys/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
2020-10-05T15:16:46.4385280Z     In module 'CoreFoundation' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
2020-10-05T15:16:46.4386710Z     In module 'Darwin' imported from /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
2020-10-05T15:16:46.4388370Z     /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
2020-10-05T15:16:46.4389100Z             #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
2020-10-05T15:16:46.4389470Z                                                                ^
2020-10-05T15:16:46.4389780Z     7 warnings generated.
2020-10-05T15:16:46.4495850Z 
2020-10-05T15:16:46.4496090Z     Command PhaseScriptExecution failed with a nonzero exit code
2020-10-05T15:16:46.4496430Z     note: Using new build system
2020-10-05T15:16:46.4496660Z     note: Planning build
2020-10-05T15:16:46.4496900Z     note: Constructing build description
2020-10-05T15:16:46.4497910Z     warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'Protobuf' from project 'Pods')
2020-10-05T15:16:46.4499140Z     warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'nanopb' from project 'Pods')
2020-10-05T15:16:46.4500460Z     warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'Reachability' from project 'Pods')
2020-10-05T15:16:46.4500940Z 
2020-10-05T15:16:46.4501560Z Encountered error while building for device.
2020-10-05T15:16:46.5214800Z ##[error]Error: The process '/Users/runner/hostedtoolcache/Flutter/1.22.0-stable/macos/flutter/bin/flutter' failed with exit code 1
2020-10-05T15:16:46.5231420Z ##[section]Finishing: Flutter Build ios

I found one way
delete flutter
detele Xcode
delete android

Reinstall all
create new project
use beyond compare to pass old files t new project

Okay, related to my issue. It got fixed by adding "--no-tree-shake-icons" to my build arguments. Also have a look here

Problem persist.

flutter run

Launching lib/main.dart on iPhone 8 in debug mode...

Running Xcode build...                                                  
Xcode build done.                                           61,2s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **


Xcode's output:
↳
    In file included from /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
    /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/Firebase/Firebase.h:75:10: warning: "FirebaseAnalytics.framework is not included in your target. Please add Firebase/Analytics to your Podfile or add FirebaseAnalytics.framework to your project
    to ensure Firebase Messaging works as intended." [-W#warnings]
            #warning "FirebaseAnalytics.framework is not included in your target. Please add \
             ^
    /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:190:43: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling.
    [-Wdeprecated-declarations]
    - (void)applicationReceivedRemoteMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                                              ^
    In file included from /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'Foundation' imported from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:290:24: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling.
    [-Wdeprecated-declarations]
        didReceiveMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                           ^
    In file included from /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'Foundation' imported from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:136:30: warning: 'shouldEstablishDirectChannel' is deprecated: FCM direct channel is deprecated, please use APNs channel for downstream message
    delivery. [-Wdeprecated-declarations]
        [FIRMessaging messaging].shouldEstablishDirectChannel = true;
                                 ^
    In file included from /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:283:56: note: 'shouldEstablishDirectChannel' has been explicitly marked deprecated here
    @property(nonatomic) BOOL shouldEstablishDirectChannel DEPRECATED_MSG_ATTRIBUTE(
                                                           ^
    In module 'Foundation' imported from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:191:52: warning: 'appData' is deprecated [-Wdeprecated-declarations]
      [self didReceiveRemoteNotification:remoteMessage.appData];
                                                       ^
    In file included from /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'Foundation' imported from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:289:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - (void)messaging:(FIRMessaging *)messaging
    ^
    In file included from /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:253:1: note: method 'messaging:didReceiveMessage:' declared here
    - (void)messaging:(FIRMessaging *)messaging
    ^
    /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:291:63: warning: 'appData' is deprecated [-Wdeprecated-declarations]
      [_channel invokeMethod:@"onMessage" arguments:remoteMessage.appData];
                                                                  ^
    In file included from /Users/campiottip/path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:9:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/Firebase/Firebase.h:72:
    In file included from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FirebaseMessaging.h:17:
    /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseMessaging/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'Foundation' imported from /Users/campiottip/Documents/Flutter Apps/HCMDipendente/hcm_dipendente/ios/Pods/Headers/Private/FirebaseCore/FIRApp.h:17:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    7 warnings generated.
    ../../../../path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:88:26: Error: Type 'DiagnosticableMixin' not found.
    class PictureStream with DiagnosticableMixin {
                             ^^^^^^^^^^^^^^^^^^^
    ../../../../path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:192:44: Error: Type 'DiagnosticableMixin' not found.
    abstract class PictureStreamCompleter with DiagnosticableMixin {
                                               ^^^^^^^^^^^^^^^^^^^
    ../../../../path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:88:7: Error: The type 'DiagnosticableMixin' can't be mixed in.
    class PictureStream with DiagnosticableMixin {
          ^
    ../../../../path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:192:16: Error: The type 'DiagnosticableMixin' can't be mixed in.
    abstract class PictureStreamCompleter with DiagnosticableMixin {
                   ^
    ../../../../path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:167:11: Error: Superclass has no method named 'debugFillProperties'.
        super.debugFillProperties(properties);
              ^^^^^^^^^^^^^^^^^^^
    ../../../../path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:171:30: Error: The method 'toStringShort' isn't defined for the class 'PictureStreamCompleter'.
     - 'PictureStreamCompleter' is from 'package:flutter_svg/src/picture_stream.dart' ('../../../../path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'toStringShort'.
          ifPresent: _completer?.toStringShort(),
                                 ^^^^^^^^^^^^^
    ../../../../path_extend/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:266:11: Error: Superclass has no method named 'debugFillProperties'.
        super.debugFillProperties(description);
              ^^^^^^^^^^^^^^^^^^^

    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 4.3, but the range of supported deployment target versions is 8.0 to 13.5.99. (in target 'nanopb' from project 'Pods')
    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.5.99. (in target 'Protobuf' from project 'Pods')

Could not build the application for the simulator.
Error launching application on iPhone 8.

Flutter doctor -v

[✓] Flutter (Channel stable, 1.22.1, on Mac OS X 10.15.6 19G2021, locale it-IT)
    • Flutter version 1.22.1 at /Users/campiottip/path_extend/flutter
    • Framework revision f30b7f4db9 (7 days ago), 2020-10-08 10:06:30 -0700
    • Engine revision 75bef9f6c8
    • Dart version 2.10.1


[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at /Users/campiottip/Library/Android/sdk
    • Platform android-29, build-tools 29.0.2
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 11.5, Build version 11E608c
    • CocoaPods version 1.9.3

[✓] Android Studio (version 4.0)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 46.0.2
    • Dart plugin version 193.7361
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[!] Connected device
    ! No devices available

! Doctor found issues in 1 category.
Was this page helpful?
0 / 5 - 0 ratings