GithubHelp home page GithubHelp logo

v3rm0n / intercom_flutter Goto Github PK

View Code? Open in Web Editor NEW
86.0 86.0 127.0 610 KB

Flutter wrapper for Intercom libraries

Kotlin 14.51% Ruby 2.10% Swift 0.40% Objective-C 13.56% Dart 66.03% Shell 0.94% HTML 2.47%

intercom_flutter's People

Contributors

br1an-boyle avatar cdoe avatar deepak786 avatar idy avatar jonyas avatar jsch-adt avatar kbrdthenerd avatar knaeckekami avatar leonidveremchuk avatar linusu avatar m9rc1n avatar mabdurrahman avatar marbarroso avatar marinat avatar masashi-sutou avatar mralek avatar orestesgaolin avatar rafaruiz avatar raunakk02 avatar rogiervandenberg avatar spikes042 avatar thevinesh avatar tshedor avatar utopicnarwhal avatar v3rm0n avatar vlazdra avatar wesbillman avatar yokoboko avatar zazo032 avatar ziyadmansy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

intercom_flutter's Issues

Upgrade to version 7 of intercom SDK

Similar to #53, but this time Intercom is not (yet) deprecating the SDK v6.

There doesn't seem to be any breaking changes on Android (still API 21+).

iOS requires 10+, and there's a whole page about migrating to v7, but it seems to be more of a "getting out of iOS 8 & 9" thing which would also apply when migrating from SDK v5 to SDK v6. Not sure about this one though.

[Android] Crash when calling displayMessanger()

The whole app crashes when Intercom.displayMessanger() or Intercom.displayMessageComposer() is called.
It's similar to #47 but not exactly. It noticed it first in 2.0.7 and still happens in 2.2.0

E/AndroidRuntime(14996): java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/lifecycle/LifecycleEventObserver;
E/AndroidRuntime(14996): 	at io.intercom.android.sdk.activities.IntercomMessengerActivity.openHomeScreen(IntercomMessengerActivity.java:342)
E/AndroidRuntime(14996): 	at io.intercom.android.sdk.overlay.LauncherOpenBehaviour.presentHome(LauncherOpenBehaviour.java:85)
E/AndroidRuntime(14996): 	at io.intercom.android.sdk.overlay.LauncherOpenBehaviour.openLastOrDefaultState(LauncherOpenBehaviour.java:67)
E/AndroidRuntime(14996): 	at io.intercom.android.sdk.overlay.LauncherOpenBehaviour.openMessenger(LauncherOpenBehaviour.java:47)
E/AndroidRuntime(14996): 	at io.intercom.android.sdk.RealIntercom.displayMessenger(RealIntercom.java:286)
E/AndroidRuntime(14996): 	at io.maido.intercom.IntercomFlutterPlugin.onMethodCall(IntercomFlutterPlugin.kt:82)
E/AndroidRuntime(14996): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:226)
E/AndroidRuntime(14996): 	at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
E/AndroidRuntime(14996): 	at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:631)
E/AndroidRuntime(14996): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/AndroidRuntime(14996): 	at android.os.MessageQueue.next(MessageQueue.java:336)
E/AndroidRuntime(14996): 	at android.os.Looper.loop(Looper.java:174)
E/AndroidRuntime(14996): 	at android.app.ActivityThread.main(ActivityThread.java:7356)
E/AndroidRuntime(14996): 	at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(14996): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
E/AndroidRuntime(14996): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
E/AndroidRuntime(14996): Caused by: java.lang.ClassNotFoundException: Didn't find class "androidx.lifecycle.LifecycleEventObserver" on path: DexPathList[[zip file "/data/app/com.moneymatix.app-qxs-VUAySpv86-pdr25l8g==/base.apk"],nativeLibraryDirectories=[/data/app/com.moneymatix.app-qxs-VUAySpv86-pdr25l8g==/lib/x86, /data/app/com.moneymatix.app-qxs-VUAySpv86-pdr25l8g==/base.apk!/lib/x86, /system/lib, /system/product/lib]]
E/AndroidRuntime(14996): 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196)
E/AndroidRuntime(14996): 	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
E/AndroidRuntime(14996): 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
E/AndroidRuntime(14996): 	... 16 more
I/Process (14996): Sending signal. PID: 14996 SIG: 9
Lost connection to device.

This is from a simulator but it happens on real devices as well.

Method swizzling on iOS

After upgrading from version 2.0.7 to 2.1.0. firebase_auth phone registration broke on iOS.

Xcode log: Phone number verification failed. Code: verifyPhoneNumberError. Message: If app delegate swizzling is disabled, remote notifications received by UIApplicationDelegate need to be forwarded to FIRAuth's canHandleNotificaton: method.

I do not disable firebase swizzling myself in plist.
Downgrading flutter_intercom back to 2.0.7 fixes it.

CustomAttributes not being set

I am trying to override language for intercom, depending on user settings.

Here I set language to portugal:
customAttributes: {"languageOverride": "pt"}
but it is not being set in intercom. I can override all the other info (that is not part of customAttributes), but I cant override the language.

Any idea on how to change the language for some users?

iOS Build failing on version 2.0.5+2

Getting this after updating to 2.0.5+2

[!] CocoaPods could not find compatible versions for pod "stripe_payment":
  In Podfile:
    stripe_payment (from `.symlinks/plugins/stripe_payment/ios`)

Specs satisfying the `stripe_payment (from `.symlinks/plugins/stripe_payment/ios`)` dependency were found, but they required a higher minimum deployment target.

Tried running pod install and pod update. Same error message.

I am on CocoaPods 1.8.1

Help would be much appreciated.

unreadConversationCount is not stable

@override
  void initState() {
    Intercom.setInAppMessagesVisibility(IntercomVisibility.gone);
    _getUnreadMessage();
    super.initState();
  }

  _getUnreadMessage() async {
    int count = await Intercom.unreadConversationCount();
    utils.log('count $count');
    if (count > 0) {
      setState(() {
        _hasUnreadMessage = true;
      });
    } 
  }

Even there are number of unread conversation, sometime it returns zero.

I have to workaround by retrying several times:

_getUnreadMessage() async {
    await Future.delayed(Duration(seconds: 1));
    int count = await Intercom.unreadConversationCount();
    utils.log('count $count');
    if (count > 0) {
      setState(() {
        _hasUnreadMessage = true;
      });
    } else if (_retry++ < MAX_RETRY)
      _getUnreadMessage();
  }

[iOS] Can't register only with email

Hello, I am getting the following error when trying to register with email on iOS

Runner[28519:158401] [Intercom] ERROR - 'userId' parameter must be an NSString and can't be nil or empty

sendTokenToIntercom is undefined in latest version 2.0.3

description

sendTokenToIntercom is undefined in the latest version.

I think this commits(1f7edf4) is not included in the latest version.

Please release the package again.

workaround

intercom_flutter:
  git:
    url: git://github.com/v3rm0n/intercom_flutter
    ref: master

registerIdentifiedUser arguments conflict

I would like to suggest to only allow either userId or email for registerIdentifiedUser. Allowing both complicates usage and may result in undocumente behaviour as given userId and email might match different users. I had to look into kt code to see that giving email overrides the userId.

Push notification and handeling onBackgroundMessage

I'm running firebase_messaging with background push notifications. I'm trying to configure this plugin to work with that setup.

So far I got normal intercom push notifications to work with this in the AndroidManifest

        <service
            android:name="io.maido.intercom.PushInterceptService"
            android:enabled="true"
            android:exported="true">
            <intent-filter>
            <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>

Now with that firebase messaging does not pick up the push notification. Fair enough the documentation even says this.

But when I remove the config in the AndroidManifest and configure my onBackgroundMessage like so:

static Future<dynamic> _onBackgroundMessage(Map<String, dynamic> message) async {

    if (message.containsKey("data")) {
      final data = (message['data'] as Map).cast<String, dynamic>();

      if (await Intercom.isIntercomPush(data)) {
        await Intercom.handlePush(data);
        return;
      }
    }

    // Here you can handle your own background messages
  }

I get this error if the app is in the background, It does however work as expected when the app is in the foreground.

I/flutter (15234): Unable to handle incoming background message.
I/flutter (15234): MissingPluginException(No implementation found for method isIntercomPush on channel maido.io/intercom)

Is this related to how plugins are registered? Does this plugin support the new plugin registering api?

I did reconfigure my app after flutter 1.12.x for the new FlutterEngine system.

Register User not working

Hi,

I'm using the Pluig in my app.
Now I want to register an existing user using the method Intercom.registerIdentifiedUser(userId: '2re54').

As result I get: Registerd User.

1

But in the Intercom Dashbard the user data is not updated or displayed.

What is the error?

iOS build failing with version 2.0.5

After updating the plugin to the latest version (2.0.5) we are facing issues while building the iOS APP on XCODE 10. The version 2.0.4 was working fine before the new update, now even after changing the version to 2.0.4 it's failing to build.

Below is the Exception that we are getting.

Launching lib/main.dart on iPhone Xʀ in debug mode...
Xcode build done. 15.2s
Failed to build iOS app
Error output from Xcode build:

** BUILD FAILED **
Xcode's output:

=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
Undefined symbols for architecture x86_64:
"_UISceneWillEnterForegroundNotification", referenced from:
+[ICMBridge load] in Intercom(ICMBridge.o)
"___isPlatformVersionAtLeast", referenced from:
-[IntercomSDK_IntercomConversationCollectionViewController insetsForAccessoryView] in Intercom(IntercomConversationCollectionViewController.o)
+[IntercomSDK_ITBUpload createUploadForMediaAsset:completion:] in Intercom(ITBUpload.o)
+[IntercomSDK_ITBUpload processImageDataForUpload:mediaAsset:info:imageUploadDataUTI:completion:] in Intercom(ITBUpload.o)
-[IntercomSDK_IIMInputAccessoryView createConstraints] in Intercom(IIMInputAccessoryView.o)
-[IntercomSDK_IIMInputButtonContainerView createConstraints] in Intercom(IIMInputButtonContainerView.o)
-[IntercomSDK_IIMMediaViewController updateCollectionViewContentInsets] in Intercom(IIMMediaViewController.o)
-[IntercomSDK_IIMMediaViewController layoutExpandButton] in Intercom(IIMMediaViewController.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 Xʀ.

Flutter Doctor

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.10.7-pre.13, on Mac OS X 10.14.6 18G95, locale en-US)

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 10.3)
[✓] Chrome - develop for the web
[!] Android Studio (version 2.3)
✗ Flutter plugin version 12.1 - the recommended minimum version is 16.0.0
[!] IntelliJ IDEA Ultimate Edition (version 2016.1.1)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
✗ This install is older than the minimum recommended version of 2017.1.0.
[!] IntelliJ IDEA Community Edition (version 2017.3.3)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.38.1)
[✓] Connected device (3 available)

@Zazo032 I have created a new issue to track this.

Why is min SDK 21?

Please, I'll like to know why the minimum SDK was moved to 21. My own min SDK is at 16 and I have a couple of customers on that version. I'll like to know if there's a change that really warranted this.

Swallows background messages intended for firebase_messaging

I'm trying to receive background notifications from firebase_messaging and had problems getting it to work. It turns out that the notification was actually being swallowed by flutter_intercom, and never delivered to firebase_messaging.

Removing the following lines from my AndroidManifest.xml fixed the problem, but will of course cause problems for Intercom:

<service
android:name="io.maido.intercom.PushInterceptService"
android:enabled="true"
android:exported="true">
    <intent-filter>
        <action android:name="com.google.firebase.MESSAGING_EVENT" />
    </intent-filter>
</service>

Since flutter_intercom already forwards normal notifications, I think that we just need to update it to also forward background messages properly. edit: not sure where I got this from 😄. But still, something is different between background pushes and normal pushes 🤔

Not sure if it's relevant, but this is how the app is launched when the message comes in:

ActivityManager: Start proc 20018:com.foo.myapp/u0a88 for broadcast com.foo.myapp/com.google.firebase.iid.FirebaseInstanceIdReceiver

Missing web implementation

As Flutter web is now seeing major adoption and has already been in the beta stage for quite some time, Flutter web support is a good idea.

Anyways, this plugin is currently missing web support and that would be great to have 😃

Android: missing dependencies

I'm running into the below error with Android. I was able to fix this by adding 'compile 'io.intercom.android:intercom-sdk-base:5.+' to the dependencies of the app build.gradle file.

I'm not sure if it's possible to have this automatically added, but if not could we add it to the doc's to add?

E/flutter (31448): [ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(40)] java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/content/ContextCompat;
E/flutter (31448): 	at io.intercom.android.sdk.identity.AppConfig.<init>(AppConfig.java:102)
E/flutter (31448): 	at io.intercom.android.sdk.Injector.initWithAppCredentials(Injector.java:100)
E/flutter (31448): 	at io.intercom.android.sdk.RealIntercom.create(RealIntercom.java:72)
E/flutter (31448): 	at io.intercom.android.sdk.Intercom.initialize(Intercom.java:68)
E/flutter (31448): 	at io.maido.intercom.IntercomFlutterPlugin.onMethodCall(IntercomFlutterPlugin.kt:28)
E/flutter (31448): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:201)
E/flutter (31448): 	at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:88)
E/flutter (31448): 	at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:219)
E/flutter (31448): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/flutter (31448): 	at android.os.MessageQueue.next(MessageQueue.java:326)
E/flutter (31448): 	at android.os.Looper.loop(Looper.java:160)
E/flutter (31448): 	at android.app.ActivityThread.main(ActivityThread.java:6718)
E/flutter (31448): 	at java.lang.reflect.Method.invoke(Native Method)
E/flutter (31448): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
E/flutter (31448): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
E/flutter (31448): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.content.ContextCompat" on path: DexPathList[[zip file "/data/app/com.xylem.gpda_lite-_Gdlk60K94VE6qTrgzM50w==/base.apk"],nativeLibraryDirectories=[/data/app/com.xylem.gpda_lite-_Gdlk60K94VE6qTrgzM50w==/lib/arm64, /data/app/com.xylem.gpda_lite-_Gdlk60K94VE6qTrgzM50w==/base.apk!/lib/arm64-v8a, /system/lib64]]
E/flutter (31448): 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134)
E/flutter (31448): 	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
E/flutter (31448): 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
E/flutter (31448): 	... 15 more
E/flutter (31448): 
F/flutter (31448): [FATAL:flutter/shell/platform/android/platform_view_android_jni.cc(77)] Check failed: CheckException(env). 

Build fails on iOS

I created a hello world app with flutter, imported this package and called Intercom.initialize(),
build fails on iOS

I also tried cloning this repository and running the example, same thing, build fails on iOS

Failed to build iOS app
Error output from Xcode build:

** BUILD FAILED **

Xcode's output:

warning: Capabilities for Runner may not function correctly because its entitlements use a placeholder team ID. To resolve this,
select a development team in the build settings editor. (in target 'Runner')
/Users/musleh/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/intercom_flutter-2.0.5+2/ios/Classes/IntercomFlutterPlugin.m:1
16:23: warning: 'presentMessageComposerWithInitialMessage:' is deprecated: '+[Intercom presentMessageComposerWithInitialMessage]'
is deprecated. 'Use +[Intercom presentMessageComposer:initialMessage]' instead. [-Wdeprecated-declarations]
[Intercom presentMessageComposerWithInitialMessage:message];
^
In file included from
/Users/musleh/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/intercom_flutter-2.0.5+2/ios/Classes/IntercomFlutterPlugin.m:2
:
/Users/musleh/Development/projects/test_app/ios/Pods/Intercom/Intercom/Intercom.framework/Versions/A/Headers/Intercom.h:244:83:
note: 'presentMessageComposerWithInitialMessage:' has been explicitly marked deprecated here
+ (void)presentMessageComposerWithInitialMessage:(NSString *)message __attribute((deprecated("'+[Intercom
presentMessageComposerWithInitialMessage]' is deprecated. 'Use +[Intercom presentMessageComposer:initialMessage]' instead.")));
^
/Users/musleh/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/intercom_flutter-2.0.5+2/ios/Classes/IntercomFlutterPlugin.m:1
18:23: warning: 'presentMessageComposer' is deprecated: '+[Intercom presentMessageComposer]' is deprecated. 'Use +[Intercom
presentMessageComposer:initialMessage]' instead. [-Wdeprecated-declarations]
[Intercom presentMessageComposer];
^
In file included from
/Users/musleh/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/intercom_flutter-2.0.5+2/ios/Classes/IntercomFlutterPlugin.m:2
:
/Users/musleh/Development/projects/test_app/ios/Pods/Intercom/Intercom/Intercom.framework/Versions/A/Headers/Intercom.h:239:45:
note: 'presentMessageComposer' has been explicitly marked deprecated here
+ (void)presentMessageComposer __attribute((deprecated("'+[Intercom presentMessageComposer]' is deprecated. 'Use +[Intercom
presentMessageComposer:initialMessage]' instead.")));
^
2 warnings generated.
Undefined symbols for architecture x86_64:
"_UISceneWillEnterForegroundNotification", referenced from:
+[ICMPresentationManager observeSceneWillEnterForeground] in Intercom(ICMPresentationManager.o)
"___isPlatformVersionAtLeast", referenced from:
-[IntercomSDK_IntercomConversationCollectionViewController insetsForAccessoryView] in
Intercom(IntercomConversationCollectionViewController.o)
+[IntercomSDK_ITBUpload createUploadForMediaAsset:completion:] in Intercom(ITBUpload.o)
+[IntercomSDK_ITBUpload processImageDataForUpload:mediaAsset:info:imageUploadDataUTI:completion:] in Intercom(ITBUpload.o)
-[IntercomSDK_IIMInputAccessoryView createConstraints] in Intercom(IIMInputAccessoryView.o)
-[IntercomSDK_IIMInputButtonContainerView createConstraints] in Intercom(IIMInputButtonContainerView.o)
-[IntercomSDK_IIMMediaViewController updateCollectionViewContentInsets] in Intercom(IIMMediaViewController.o)
-[IntercomSDK_IIMMediaViewController layoutExpandButton] in Intercom(IIMMediaViewController.o)
...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build systemnote: Planning buildnote: Constructing build description

Api call failed: A network request was made with no user registered on this device.Please call registerUnidentifiedUser() or registerIdentifiedUser(Registration).

flutter doctor -v:

[√] Flutter (Channel master, v1.10.16-pre.86, on Microsoft Windows [Version 10.0.17134.950], locale en-US)
    • Flutter version 1.10.16-pre.86 at C:\src\flutter
    • Framework revision 8f2ea9d0e9 (4 hours ago), 2019-11-07 19:16:04 -0800
    • Engine revision 629930e888
    • Dart version 2.7.0


[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at C:\Users\fauzi\AppData\Local\Android\sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-29, build-tools 29.0.2
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)
    • All Android licenses accepted.

[√] Android Studio (version 3.6)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin version 41.0.3
    • Dart plugin version 192.7402
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)

[√] VS Code (version 1.40.0)
    • VS Code at C:\Users\fauzi\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.6.0

[√] VS Code, 64-bit edition (version 1.37.1)
    • VS Code at C:\Program Files\Microsoft VS Code
    • Flutter extension version 3.6.0

[√] Connected device (1 available)
    • CPH1729 • EQ8SJFTGWK9PWCLV • android-arm64 • Android 7.1.1 (API 25)

• No issues found!

Logs:

[  +83 ms] E/Intercom(18967): Api call failed: A network request was made with no user registered on this device.Please call registerUnidentifiedUser() or registerIdentifiedUser(Registration).
[  +60 ms] I/art     (18967): Do partial code cache collection, code=48KB, data=58KB
[   +1 ms] I/art     (18967): After code cache collection, code=48KB, data=58KB
[        ] I/art     (18967): Increasing code cache capacity to 256KB
[+53873 ms] D/OpenGLRenderer(18967): ProgramCache.generateProgram: 103079215104
[  +22 ms] W/RenderThread(18967): type=1400 audit(0.0:2023): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5287 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
[ +263 ms] W/RenderThread(18967): type=1400 audit(0.0:2024): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5287 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
[ +265 ms] W/RenderThread(18967): type=1400 audit(0.0:2025): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5287 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
[+1267 ms] W/RenderThread(18967): type=1400 audit(0.0:2026): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5287 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
[  +47 ms] E/Intercom(18967): Api call failed: A network request was made with no user registered on this device.Please call registerUnidentifiedUser() or registerIdentifiedUser(Registration).
[ +651 ms] W/RenderThread(18967): type=1400 audit(0.0:2027): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5287 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
[  +66 ms] E/Intercom(18967): Api call failed: A network request was made with no user registered on this device.Please call registerUnidentifiedUser() or registerIdentifiedUser(Registration).
[ +501 ms] W/RenderThread(18967): type=1400 audit(0.0:2028): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5287 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
[  +49 ms] E/Intercom(18967): Api call failed: A network request was made with no user registered on this device.Please call registerUnidentifiedUser() or registerIdentifiedUser(Registration).
[+273421 ms] W/RenderThread(18967): type=1400 audit(0.0:2029): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5287 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
[  +68 ms] E/Intercom(18967): Api call failed: A network request was made with no user registered on this device.Please call registerUnidentifiedUser() or registerIdentifiedUser(Registration).
[+97503 ms] I/SurfaceView(18967): updateWindow -- onWindowVisibilityChanged, visibility = 8, this = io.flutter.view.FlutterView{424abaa VFE...... .F....I. 0,0-720,1344}
[ +235 ms] V/PhoneWindow(18967): DecorView setVisiblity: visibility = 4, Parent = ViewRoot{e994e77 com.the_elxr.app/com.the_elxr.app.MainActivity,ident = 0}, this = DecorView@e6c9865[MainActivity]
[  +41 ms] V/PhoneWindow(18967): DecorView setVisiblity: visibility = 4, Parent = ViewRoot{ee750f1 com.the_elxr.app/io.intercom.android.sdk.activities.IntercomMessengerActivity,ident = 1}, this = DecorView@50f55ff[IntercomMessengerActivity]
[   +6 ms] I/Choreographer(18967): Skipped 2 frames!  The application may be doing too much work on its main thread.

Package breaking build after Android X migration

Hello,
First of all, thaks for this package.

Recently I migrated my app to Android X, everything perfect but this package.
Any clue?

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':intercom_flutter:verifyReleaseResources'.
> java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
  Output:  C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\merged\release\values-v28\values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
  C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\merged\release\values-v28\values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
  C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\merged\release\values\values.xml:1398: error: resource android:attr/fontVariationSettings not found.
  C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\merged\release\values\values.xml:1399: error: resource android:attr/ttcIndex not found.
  error: failed linking references.

  Command: C:\Users\marcu\.gradle\caches\transforms-1\files-1.1\aapt2-3.2.1-4818971-windows.jar\daa715f0fdf3b0bbe212f1f3f272cbb0\aapt2-3.2.1-4818971-windows\aapt2.exe link -I\
          C:\Users\marcu\AppData\Local\Android\sdk\platforms\android-27\android.jar\
          --manifest\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\aapt_friendly_merged_manifests\release\processReleaseManifest\aapt\AndroidManifest.xml\
          -o\
          C:\Users\marcu\AppData\Local\Temp\aapt-2520187476069650991-out\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim-v21_design_bottom_sheet_slide_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim-v21_design_bottom_sheet_slide_out.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator-v21_design_appbar_state_list_animator.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator_design_fab_hide_motion_spec.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator_design_fab_show_motion_spec.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator_mtrl_btn_state_list_anim.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator_mtrl_btn_unelevated_state_list_anim.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator_mtrl_chip_state_list_anim.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator_mtrl_fab_hide_motion_spec.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator_mtrl_fab_show_motion_spec.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator_mtrl_fab_transformation_sheet_collapse_spec.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\animator_mtrl_fab_transformation_sheet_expand_spec.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_fade_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_fade_out.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_grow_fade_in_from_bottom.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_popup_enter.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_popup_exit.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_shrink_fade_out_from_bottom.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_slide_in_bottom.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_slide_in_top.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_slide_out_bottom.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_slide_out_top.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_tooltip_enter.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_abc_tooltip_exit.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_design_bottom_sheet_slide_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_design_bottom_sheet_slide_out.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_design_snackbar_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_design_snackbar_out.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_accelerate_interpolator.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_composer_slide_down.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_composer_slide_up.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_composer_stay.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_conversation_slide_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_home_card_slide_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_home_header_slide_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_home_layout_animator.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_inbox_layout_animator.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_inbox_slide_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\anim_intercom_profile_slide_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v21_abc_btn_colored_borderless_text_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_abc_btn_colored_borderless_text_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_abc_btn_colored_text_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_abc_color_highlight_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_abc_tint_btn_checkable.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_abc_tint_default.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_abc_tint_edittext.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_abc_tint_seek_thumb.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_abc_tint_spinner.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_abc_tint_switch_track.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color-v23_design_tint_password_toggle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_background_cache_hint_selector_material_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_background_cache_hint_selector_material_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_btn_colored_borderless_text_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_btn_colored_text_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_hint_foreground_material_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_hint_foreground_material_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_primary_text_disable_only_material_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_primary_text_disable_only_material_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_primary_text_material_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_primary_text_material_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_search_url_text.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_secondary_text_material_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_secondary_text_material_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_tint_btn_checkable.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_tint_default.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_tint_edittext.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_tint_seek_thumb.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_tint_spinner.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_abc_tint_switch_track.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_design_error.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_design_tint_password_toggle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_bottom_nav_colored_item_tint.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_bottom_nav_item_tint.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_btn_bg_color_selector.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_btn_ripple_color.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_btn_stroke_color_selector.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_btn_text_btn_ripple_color.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_btn_text_color_selector.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_chip_background_color.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_chip_close_icon_tint.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_chip_ripple_color.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_chip_text_color.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_fab_ripple_color.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_tabs_colored_ripple_color.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_tabs_icon_color_selector.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_tabs_icon_color_selector_colored.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_tabs_legacy_text_color_selector.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_tabs_ripple_color.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_mtrl_text_btn_text_color_selector.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_switch_thumb_material_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\color_switch_thumb_material_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_design_ic_visibility.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_design_ic_visibility_off.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_back.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_bio.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_close.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_compose.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_default_avatar_icon.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_expand_arrow.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_linkedin.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_location.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_logo.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_message_error.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_new_conversation_send_button.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_open_help_center.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_play_arrow.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_role.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_search_icon.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_spinner.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_twitter.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-anydpi-v21_intercom_warning.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_design_ic_visibility.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_design_ic_visibility_off.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_back.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_bio.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_circular_shadow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_close.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_compose.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_composer_gallery_expand.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_composer_ic_send.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_default_avatar_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_expand_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_icn_attachment.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_icn_fb.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_icn_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_input_gallery.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_input_gif.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_input_text.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_launcher_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_linkedin.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_location.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_logo.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_message_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_new_conversation_send_button.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_open_help_center.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_play_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_push_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_role.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_search_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_snooze.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_spinner.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_video_thumbnail_fallback.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_intercom_warning.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_notification_bg_normal.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_back.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_bio.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_close.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_compose.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_default_avatar_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_expand_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_linkedin.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_location.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_logo.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_message_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_new_conversation_send_button.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_open_help_center.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_play_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_role.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_search_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_spinner.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldpi-v4_intercom_warning.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_design_ic_visibility.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_design_ic_visibility_off.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_back.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_bio.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_circular_shadow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_close.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_compose.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_composer_gallery_expand.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_composer_ic_send.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_default_avatar_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_expand_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_icn_attachment.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_icn_fb.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_icn_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_input_gallery.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_input_gif.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_input_text.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_launcher_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_linkedin.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_location.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_logo.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_message_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_new_conversation_send_button.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_open_help_center.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_play_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_push_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_role.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_search_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_shadow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_snooze.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_spinner.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_video_thumbnail_fallback.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_intercom_warning.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_notification_bg_normal.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_abc_action_bar_item_background_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_abc_btn_colored_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_abc_dialog_material_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_abc_edit_text_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_abc_list_divider_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_avd_hide_password.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_avd_show_password.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_design_bottom_navigation_item_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_design_password_eye.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_intercom_composer_circular_ripple.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_intercom_home_composer_background_ripple.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v21_notification_action_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-v23_abc_control_background_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-watch-v20_abc_dialog_material_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_design_ic_visibility.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_design_ic_visibility_off.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_back.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_bio.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_circular_shadow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_close.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_compose.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_composer_gallery_expand.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_composer_ic_send.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_default_avatar_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_expand_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_icn_attachment.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_icn_fb.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_icn_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_input_gallery.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_input_gif.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_input_text.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_launcher_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_linkedin.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_location.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_logo.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_message_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_new_conversation_send_button.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_open_help_center.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_play_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_push_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_role.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_search_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_snooze.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_spinner.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_video_thumbnail_fallback.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_intercom_warning.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_notification_bg_normal.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_design_ic_visibility.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_back.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_bio.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_chat_bubble.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_circular_shadow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_close.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_compose.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_composer_gallery_expand.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_composer_ic_send.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_default_avatar_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_expand_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_icn_attachment.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_icn_fb.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_icn_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_input_gallery.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_input_gif.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_input_text.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_launcher_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_linkedin.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_location.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_logo.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_message_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_new_conversation_send_button.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_open_help_center.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_play_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_push_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_role.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_search_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_snooze.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_spinner.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_video_thumbnail_fallback.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxhdpi-v4_intercom_warning.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_design_ic_visibility.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_back.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_bio.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_close.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_compose.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_composer_ic_send.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_default_avatar_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_expand_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_launcher_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_linkedin.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_location.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_logo.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_message_error.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_new_conversation_send_button.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_open_help_center.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_play_arrow.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_role.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_search_icon.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_spinner.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_twitter.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable-xxxhdpi-v4_intercom_warning.png.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_btn_borderless_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_btn_check_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_btn_colored_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_btn_default_mtrl_shape.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_btn_radio_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_cab_background_internal_bg.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_cab_background_top_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_dialog_material_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_edit_text_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ic_ab_back_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ic_clear_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ic_go_search_api_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ic_menu_overflow_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ic_search_api_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ic_voice_search_api_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_item_background_holo_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_item_background_holo_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_list_divider_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_list_selector_background_transition_holo_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_list_selector_background_transition_holo_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_list_selector_holo_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_list_selector_holo_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ratingbar_indicator_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ratingbar_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_ratingbar_small_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_seekbar_thumb_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_seekbar_tick_mark_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_seekbar_track_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_spinner_textfield_background_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_switch_thumb_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_tab_indicator_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_textfield_search_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_text_cursor_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_abc_vector_test.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_design_bottom_navigation_item_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_design_fab_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_design_password_eye.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_design_snackbar_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_ic_mtrl_chip_checked_black.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_ic_mtrl_chip_checked_circle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_ic_mtrl_chip_close_circle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_article_reaction_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_article_title_bar_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_border.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_bubble_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_bubble_background_admin_bottom.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_bubble_background_admin_middle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_bubble_background_admin_top.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_bubble_background_user_bottom.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_bubble_background_user_middle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_bubble_background_user_top.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_composer_circular_ripple.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_composer_close_icon.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_composer_dark_circle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_composer_progress_wheel.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_composer_send_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_composer_send_icon.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_composer_undo_icon.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_composer_white_circle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_conversation_card_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_conversation_card_with_top_border.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_empty_state_fade.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_empty_tall_divider.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_home_composer_background_ripple.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_home_composer_button.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_is_typing_grey_dot.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_link_bg.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_link_shadow.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_list_divider.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_note_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_part_fade_bottom.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_post_gradient.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_preview_pill.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_progress_wheel.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_quick_reply_button_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_rounded_image_preview.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_rounded_rect.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_rounded_toast.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_search_rect.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_solid_circle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_top_shadow.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_transparent_dark_circle.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_unread_dot.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_intercom_white_cursor.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_mtrl_snackbar_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_mtrl_tabs_default_indicator.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_navigation_empty_icon.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_notification_bg.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_notification_bg_low.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_notification_icon_background.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_notification_tile_bg.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_tooltip_frame_dark.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\drawable_tooltip_frame_light.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\interpolator-v21_mtrl_fast_out_linear_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\interpolator-v21_mtrl_fast_out_slow_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\interpolator-v21_mtrl_linear_out_slow_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\interpolator_mtrl_fast_out_linear_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\interpolator_mtrl_fast_out_slow_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\interpolator_mtrl_linear.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\interpolator_mtrl_linear_out_slow_in.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-sw600dp-v13_design_layout_snackbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-sw600dp-v13_intercom_activity_messenger_two_pane.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-sw600dp-v13_mtrl_layout_snackbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-v16_notification_template_custom_big.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-v21_notification_action.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-v21_notification_action_tombstone.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-v21_notification_template_custom_big.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-v21_notification_template_icon_group.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-v26_abc_screen_toolbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout-watch-v20_abc_alert_dialog_title_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_action_bar_title_item.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_action_bar_up_container.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_action_menu_item_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_action_menu_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_action_mode_bar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_action_mode_close_item_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_activity_chooser_view.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_activity_chooser_view_list_item.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_alert_dialog_button_bar_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_alert_dialog_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_alert_dialog_title_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_cascading_menu_item_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_dialog_title_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_expanded_menu_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_list_menu_item_checkbox.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_list_menu_item_icon.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_list_menu_item_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_list_menu_item_radio.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_popup_menu_header_item_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_popup_menu_item_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_screen_content_include.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_screen_simple.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_screen_simple_overlay_action_mode.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_screen_toolbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_search_dropdown_item_icons_2line.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_search_view.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_select_dialog_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_abc_tooltip.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_bottom_navigation_item.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_bottom_sheet_dialog.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_layout_snackbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_layout_snackbar_include.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_layout_tab_icon.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_layout_tab_text.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_menu_item_action_area.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_navigation_item.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_navigation_item_header.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_navigation_item_separator.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_navigation_item_subheader.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_navigation_menu.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_navigation_menu_item.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_design_text_input_password_icon.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_activity_article.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_activity_help_center.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_activity_help_center_fullscreen.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_activity_home.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_activity_lightbox.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_activity_messenger.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_activity_note.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_activity_post.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_activity_sheet.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_admin_is_typing.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_admin_profile.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_blocks_admin_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_blocks_article_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_blocks_container_card_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_blocks_container_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_blocks_container_quick_reply_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_blocks_note_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_blocks_user_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_card_list_block.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_activity_gallery_lightbox.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_activity_input_full_screen.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_edit_text.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_empty_view.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_empty_view_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_expanded_image_list_item.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_fragment_composer_gallery.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_fragment_composer_gallery_expanded.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_fragment_empty.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_gallery_lightbox_fragment.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_holder.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_image_list_item.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_input_icon_view_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_loading_view.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_composer_view_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_container_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_conversation_coordinator.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_conversation_rating_block.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_day_divider.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_default_launcher.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_error_article.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_error_conversation.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_error_home_screen.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_error_inbox.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_error_sheet.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_expander_button.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_fake_composer.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_fragment_conversation.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_fragment_home.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_fragment_inbox.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_gallery_input_toolbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_gif_input_search.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_gif_input_toolbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_home_error_row.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_home_toolbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_link_block.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_messenger_app_card.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_messenger_card_block.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_new_conversation_card.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_notification_pill.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_onboarding_layout.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_preview_chat_full_overlay.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_preview_chat_snippet_body.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_preview_chat_snippet_overlay.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_preview_notification.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_progress_bar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_quick_reply_button.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_recent_conversation_card.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_admin_part.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_card_loading.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_conversation_rating.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_event.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_inbox.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_link.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_link_list.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_link_reply.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_loading.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_note.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_post.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_quick_reply_part.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_row_user_part.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_team_profile.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_toolbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_view_conversation_card_avatar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_intercom_webview_card_input.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_mtrl_layout_snackbar.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_mtrl_layout_snackbar_include.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_notification_action.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_notification_action_tombstone.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_notification_template_icon_group.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_notification_template_part_chronometer.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_notification_template_part_time.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_select_dialog_item_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_select_dialog_multichoice_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_select_dialog_singlechoice_material.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\layout_support_simple_spinner_dropdown_item.xml.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\raw_intercom_failed.mp3.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\raw_intercom_operator.mp3.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\raw_intercom_received.mp3.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\raw_intercom_sent.mp3.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-af_values-af.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-am_values-am.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ar_values-ar.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-as_values-as.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-az_values-az.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-b+sr+Latn_values-b+sr+Latn.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-be_values-be.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-bg_values-bg.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-bn_values-bn.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-bs_values-bs.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ca_values-ca.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-cs_values-cs.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-da_values-da.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-de-rFO_values-de-rFO.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-de_values-de.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-el_values-el.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-en-rAU_values-en-rAU.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-en-rCA_values-en-rCA.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-en-rGB_values-en-rGB.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-en-rIN_values-en-rIN.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-en-rXC_values-en-rXC.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-es-rUS_values-es-rUS.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-es_values-es.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-et_values-et.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-eu_values-eu.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-fa_values-fa.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-fi_values-fi.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-fr-rCA_values-fr-rCA.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-fr_values-fr.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-gl_values-gl.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-gu_values-gu.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-h720dp-v13_values-h720dp-v13.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-hdpi-v4_values-hdpi-v4.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-hi_values-hi.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-hr_values-hr.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-hu_values-hu.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-hy_values-hy.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-in_values-in.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-is_values-is.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-it_values-it.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-iw_values-iw.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ja_values-ja.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ka_values-ka.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-kk_values-kk.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-km_values-km.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-kn_values-kn.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ko_values-ko.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ky_values-ky.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-land_values-land.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-large-v4_values-large-v4.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ldltr-v21_values-ldltr-v21.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-lo_values-lo.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-lt_values-lt.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-lv_values-lv.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-mk_values-mk.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ml_values-ml.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-mn_values-mn.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-mr_values-mr.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ms_values-ms.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-my_values-my.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-nb_values-nb.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ne_values-ne.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-night-v8_values-night-v8.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-nl_values-nl.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-or_values-or.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-pa_values-pa.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-pl_values-pl.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-port_values-port.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-pt-rBR_values-pt-rBR.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-pt-rPT_values-pt-rPT.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-pt_values-pt.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ro_values-ro.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ru_values-ru.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-si_values-si.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-sk_values-sk.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-sl_values-sl.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-sq_values-sq.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-sr_values-sr.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-sv_values-sv.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-sw480dp-land-v13_values-sw480dp-land-v13.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-sw600dp-v13_values-sw600dp-v13.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-sw_values-sw.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ta_values-ta.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-te_values-te.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-th_values-th.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-tl_values-tl.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-tr_values-tr.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-uk_values-uk.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-ur_values-ur.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-uz_values-uz.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v16_values-v16.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v17_values-v17.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v18_values-v18.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v19_values-v19.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v21_values-v21.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v22_values-v22.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v23_values-v23.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v24_values-v24.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v25_values-v25.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v26_values-v26.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-v28_values-v28.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-vi_values-vi.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-watch-v20_values-watch-v20.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-watch-v21_values-watch-v21.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-xlarge-v4_values-xlarge-v4.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-zh-rCN_values-zh-rCN.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-zh-rHK_values-zh-rHK.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-zh-rTW_values-zh-rTW.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values-zu_values-zu.arsc.flat\
          -R\
          C:\development\CentralDoFranqueado\centraldofranqueado-flutter\build\intercom_flutter\intermediates\res\compiled\release\values_values.arsc.flat\
          --auto-add-overlay\
          --non-final-ids\
          -0\
          apk\
          --no-version-vectors
  Daemon:  AAPT2 aapt2-3.2.1-4818971-windows Daemon #0

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 23s
Gradle task 'assembleRelease'... Done                       37,6s
Gradle task assembleRelease failed with exit code 1

java.lang.IllegalStateException: Reply already submitted

Hello,

I am running into the following issue. Hope that helps.

      call.method == "setInAppMessagesVisibility" -> {
        val visibility = call.argument<String>("visibility")
        if(visibility != null) {
          Intercom.client().setInAppMessageVisibility(Intercom.Visibility.valueOf(visibility))
          result.success("Showing in app messages: $visibility")
        }
        result.success("Launched")
      }

Calling result.success twice on one result instance is not allowed for plugins.

set recent pageviews on mobile device

In the web function there is a recent pageview attribute, which shows the history of pages navigated by the user, does the plugin for flutter have this function?

Flutter Intercom package gives an IllegalArgumentException: Unknown color, app crashes

Since recently our Flutter app crashes directly on startup. Given the stack trace, it looks like something goes wrong with the Intercom SDK we are using.

I was using version 2.0.4, but upgrading to the latest version 2.1.1 doesn't help. When I use a different Intercom App ID, the problem seems to be gone. So it might have something to do with the configuration of our workspace.

The stack trace:

E/AndroidRuntime(27597): java.lang.IllegalArgumentException: Unknown color
E/AndroidRuntime(27597): 	at android.graphics.Color.parseColor(Color.java:1391)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.identity.AppConfig.getConfigColor(AppConfig.java:233)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.identity.AppConfig.update(AppConfig.java:187)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.middleware.AppConfigMiddleware.dispatch(AppConfigMiddleware.java:29)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store$3.dispatch(Store.java:74)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.middleware.UserIdentityMiddleware.dispatch(UserIdentityMiddleware.java:19)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store$3.dispatch(Store.java:74)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.middleware.FirstMessageMiddleware.dispatch(FirstMessageMiddleware.java:29)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store$3.dispatch(Store.java:74)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.middleware.AudioMiddleware.dispatch(AudioMiddleware.java:32)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store$3.dispatch(Store.java:74)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.middleware.OverlayPresenterMiddleware.dispatch(OverlayPresenterMiddleware.java:61)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store$3.dispatch(Store.java:74)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.middleware.NexusClientMiddleware.dispatch(NexusClientMiddleware.java:30)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store$3.dispatch(Store.java:74)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.middleware.UserUpdateBatcherMiddleware.dispatch(UserUpdateBatcherMiddleware.java:28)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store$3.dispatch(Store.java:74)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.middleware.ApiMiddleware.dispatch(ApiMiddleware.java:20)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store$3.dispatch(Store.java:74)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.middleware.LoggerMiddleware.dispatch(LoggerMiddleware.java:20)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store$3.dispatch(Store.java:74)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.store.Store.dispatch(Store.java:81)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.api.CallbackHolder$1.onSuccess(CallbackHolder.java:46)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.api.CallbackHolder$1.onSuccess(CallbackHolder.java:43)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.api.Api$1.onSuccess(Api.java:177)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.api.Api$1.onSuccess(Api.java:173)
E/AndroidRuntime(27597): 	at io.intercom.android.sdk.api.BaseCallback.onResponse(BaseCallback.java:32)
E/AndroidRuntime(27597): 	at io.intercom.retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1$1.run(DefaultCallAdapterFactory.java:83)
E/AndroidRuntime(27597): 	at android.os.Handler.handleCallback(Handler.java:883)
E/AndroidRuntime(27597): 	at android.os.Handler.dispatchMessage(Handler.java:100)
E/AndroidRuntime(27597): 	at android.os.Looper.loop(Looper.java:214)
E/AndroidRuntime(27597): 	at android.app.ActivityThread.main(ActivityThread.java:7356)
E/AndroidRuntime(27597): 	at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(27597): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
E/AndroidRuntime(27597): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)

Register with UserId doesn't work

I do this:

`final userId = utf8.encode('MY_ID');
final secret = utf8.encode('MY_SECRET');

final hmacSha256 = Hmac(sha256, secret);
final hash = hmacSha256.convert(userId);

await Intercom.setUserHash('$hash');`

if I call: await Intercom.registerIdentifiedUser(); //Error provide userId or mail
if I call: await Intercom.registerIdentifiedUser(userID: 'MY_ID'); //Error mail can't be empty
if I call: await Intercom.registerIdentifiedUser(userID: 'MY_ID', email: 'MY_MAIL'); //Error can't use both

What is going wrong here?

Type mismatch: inferred type is IntercomFlutterPlugin but EventChannel.StreamHandler! was expected

Hi,
I can't build my app after adding the intercom dependencies
I get this error:

e: C:\Users\Jorge\AppData\Roaming\Pub\Cache\hosted\pub.dartlang.org\intercom_flutter-2.1.1\android\src\main\kotlin\io\maido\intercom\IntercomFlutterPlugin.kt: (17, 7): Redeclaration: IntercomFlutterPlugin
e: C:\Users\Jorge\AppData\Roaming\Pub\Cache\hosted\pub.dartlang.org\intercom_flutter-2.2.0\android\src\main\kotlin\io\maido\intercom\IntercomFlutterPlugin.kt: (17, 7): Redeclaration: IntercomFlutterPlugin
e: C:\Users\Jorge\AppData\Roaming\Pub\Cache\hosted\pub.dartlang.org\intercom_flutter-2.2.0\android\src\main\kotlin\io\maido\intercom\IntercomFlutterPlugin.kt: (26, 43): Type mismatch: inferred type is IntercomFlutterPlugin but EventChannel.StreamHandler! was expected

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':intercom_flutter:compileDebugKotlin'.

any suggestion?

Does this support listening to unread conversation count?

Is there a way to listen to incoming messages/ unread conversation count ?
Suppose you want to listen to the count and update the screen whenever the count changes,

Intercom has this listener for Android:
Intercom.client().addUnreadConversationCountListener(listener);

and this for iOS

[[NSNotificationCenter defaultCenter] addObserver:self
     selector:@selector(updateUnreadCount:)
         name:IntercomUnreadConversationCountDidChangeNotification
       object:nil];

Is this implemented?

[Android] Intercom.displayMessenger() crashes the app.

  • Already on AndroidX
  • Setup completed.
  • Did all optional configurations.
  • Firebase Tokens added.
Exception
java.lang.RuntimeException: Unable to start activity ComponentInfo{co.qweex.carwash/io.intercom.android.sdk.activities.IntercomMessengerActivity}: android.view.InflateException: Binary XML file line #19: Binary XML file line #19: Error inflating class io.intercom.android.sdk.views.HomeToolbar
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2843)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2921)
        at android.app.ActivityThread.-wrap11(Unknown Source:0)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1639)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:176)
        at android.app.ActivityThread.main(ActivityThread.java:6662)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
Caused by: android.view.InflateException: Binary XML file line #19: Binary XML file line #19: Error inflating class io.intercom.android.sdk.views.HomeToolbar
Caused by: android.view.InflateException: Binary XML file line #19: Error inflating class io.intercom.android.sdk.views.HomeToolbar
Caused by: java.lang.reflect.InvocationTargetException
        at java.lang.reflect.Constructor.newInstance0(Native Method)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:334)
        at android.view.LayoutInflater.createView(LayoutInflater.java:651)
        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:794)
        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:734)
        at android.view.LayoutInflater.rInflate(LayoutInflater.java:867)
        at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:828)
        at android.view.LayoutInflater.rInflate(LayoutInflater.java:870)
        at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:828)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:519)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:427)
        at io.intercom.android.sdk.homescreen.HomeFragment.onCreateView(HomeFragment.java:119)
        at androidx.fragment.app.Fragment.performCreateView(Fragment.java:2600)
        at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:881)
        at androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManagerImpl.java:1238)
        at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:1303)
        at androidx.fragment.app.BackStackRecord.executeOps(BackStackRecord.java:439)
        at androidx.fragment.app.FragmentManagerImpl.executeOps(FragmentManagerImpl.java:2079)
        at androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(FragmentManagerImpl.java:1869)
        at androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManagerImpl.java:1824)
        at androidx.fragment.app.FragmentManagerImpl.execPendingActions(FragmentManagerImpl.java:1727)
        at androidx.fragment.app.FragmentManagerImpl.dispatchStateChange(FragmentManagerImpl.java:2663)
        at androidx.fragment.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManagerImpl.java:2613)
        at androidx.fragment.app.FragmentController.dispatchActivityCreated(FragmentController.java:246)
        at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:542)
        at androidx.appcompat.app.AppCompatActivity.onStart(AppCompatActivity.java:201)
        at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1334)
        at android.app.Activity.performStart(Activity.java:7094)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2806)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2921)
        at android.app.ActivityThread.-wrap11(Unknown Source:0)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1639)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:176)
        at android.app.ActivityThread.main(ActivityThread.java:6662)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
Caused by: android.view.InflateException: Binary XML file line #43: Binary XML file line #43: Error inflating class androidx.appcompat.widget.AppCompatTextView
Caused by: android.view.InflateException: Binary XML file line #43: Error inflating class androidx.appcompat.widget.AppCompatTextView
Caused by: java.lang.ClassNotFoundException: androidx.appcompat.widget.AppCompatTextView
        at java.lang.VMClassLoader.findLoadedClass(Native Method)
        at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:363)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
        at android.view.LayoutInflater.createView(LayoutInflater.java:610)
        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:794)
        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:734)
        at android.view.LayoutInflater.rInflate(LayoutInflater.java:867)
        at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:828)
        at android.view.LayoutInflater.rInflate(LayoutInflater.java:870)
        at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:828)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:519)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:427)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:374)
        at android.view.View.inflate(View.java:23439)
        at io.intercom.android.sdk.views.HomeToolbar.<init>(HomeToolbar.java:46)
        at java.lang.reflect.Constructor.newInstance0(Native Method)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:334)
        at android.view.LayoutInflater.createView(LayoutInflater.java:651)
        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:794)
        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:734)
        at android.view.LayoutInflater.rInflate(LayoutInflater.java:867)
        at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:828)
        at android.view.LayoutInflater.rInflate(LayoutInflater.java:870)
        at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:828)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:519)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:427)
        at io.intercom.android.sdk.homescreen.HomeFragment.onCreateView(HomeFragment.java:119)
        at androidx.fragment.app.Fragment.performCreateView(Fragment.java:2600)
        at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:881)
        at androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManagerImpl.java:1238)
        at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:1303)
        at androidx.fragment.app.BackStackRecord.executeOps(BackStackRecord.java:439)
        at androidx.fragment.app.FragmentManagerImpl.executeOps(FragmentManagerImpl.java:2079)
        at androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(FragmentManagerImpl.java:1869)
        at androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManagerImpl.java:1824)
        at androidx.fragment.app.FragmentManagerImpl.execPendingActions(FragmentManagerImpl.java:1727)
        at androidx.fragment.app.FragmentManagerImpl.dispatchStateChange(FragmentManagerImpl.java:2663)
        at androidx.fragment.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManagerImpl.java:2613)
        at androidx.fragment.app.FragmentController.dispatchActivityCreated(FragmentController.java:246)
        at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:542)
        at androidx.appcompat.app.AppCompatActivity.onStart(AppCompatActivity.java:201)
        at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1334)
        at android.app.Activity.performStart(Activity.java:7094)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2806)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2921)
        at android.app.ActivityThread.-wrap11(Unknown Source:0)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1639)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:176)
        at android.app.ActivityThread.main(ActivityThread.java:6662)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/widget/TintableCompoundDrawablesView;
        at androidx.appcompat.app.AppCompatDelegateImpl.createView(AppCompatDelegateImpl.java:1383)
        at androidx.appcompat.app.AppCompatDelegateImpl.onCreateView(AppCompatDelegateImpl.java:1457)
        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:776)
        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:734)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:496)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:427)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:374)
        at com.android.internal.policy.DecorView.onResourcesLoaded(DecorView.java:1955)
        at com.android.internal.policy.PhoneWindow.generateLayout(PhoneWindow.java:2599)
        at com.android.internal.policy.PhoneWindow.installDecor(PhoneWindow.java:2672)
        at com.android.internal.policy.PhoneWindow.getDecorView(PhoneWindow.java:2078)
        at androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor(AppCompatDelegateImpl.java:717)
        at androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor(AppCompatDelegateImpl.java:659)
        at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:552)
        at androidx.appcompat.app.AppCompatActivity.setContentView(AppCompatActivity.java:161)
        at io.intercom.android.sdk.activities.IntercomMessengerActivity.onCreate(IntercomMessengerActivity.java:76)
        at android.app.Activity.performCreate(Activity.java:7074)
        at android.app.Activity.performCreate(Activity.java:7065)
        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2796)
        ... 9 more
Caused by: java.lang.ClassNotFoundException: Didn't find class "androidx.core.widget.TintableCompoundDrawablesView" on path: DexPathList[[zip file "/data/app/co.qweex.carwash-rd50fa_F6i_kpMHxiKz5_g==/base.apk"],nativeLibraryDirectories=[/data/app/co.qweex.carwash-rd50fa_F6i_kpMHxiKz5_g==/lib/arm, /data/app/co.qweex.carwash-rd50fa_F6i_kpMHxiKz5_g==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
        at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
        ... 29 more

Flutter Doctor -V
[✓] Flutter (Channel master, v1.10.15-pre.424, on Mac OS X 10.15 19A602, locale
    en-GB)
    • Flutter version 1.10.15-pre.424 at /Applications/Flutter-SDK/flutter
    • Framework revision 289b4588f4 (5 days ago), 2019-11-06 02:51:17 -0500
    • Engine revision 9726b4cb99
    • Dart version 2.7.0

 
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    • Android SDK at /Applications/Android-SDK/
    • Android NDK location not configured (optional; useful for native profiling
      support)
    • Platform android-29, build-tools 28.0.3
    • ANDROID_HOME = /Applications/Android-SDK/
    • 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.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 11.1, Build version 11A1027
    • CocoaPods version 1.8.4

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

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

[✓] Connected device (1 available)
    • Redmi 6 • 05687ad57d28 • android-arm • Android 8.1.0 (API 27)

• No issues found!

Error when using sendTokenToIntercom

Whenever I try to use the sendTokenToIntercom command I get the following error on ios:
MissingPluginException(No implementation found for method sendTokenToIntercom on channel maido.io/intercom.

Same result for both 2.0.7 and 2.0.5-v2 and Flutter version 1.9.1

CocoaPods could not find compatible versions for pod "intercom_flutter":

I keep getting the following error when attempting to build on iOS using version ^2.1.1 of intercom_flutter.

CocoaPods could not find compatible versions for pod "intercom_flutter": In Podfile: intercom_flutter (from `.symlinks/plugins/intercom_flutter/ios`)

Specs satisfying the `intercom_flutter (from `.symlinks/plugins/intercom_flutter/ios`)` dependency were found, but they required a higher minimum deployment target.

Has anyone run into this issue before? How do you resolve it?

IntercomIntegrationException: Intercom was not initialized correctly

I'm using version 2.0.5+2 in my production app and I'm seeing a lot of these native android exceptions in crashlytics, I think it is a consequence of how the flutter plugin system works but do you know if there is a workaround? Am I missing something in the plugin setup?

Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.fondeadora.bank/io.intercom.android.sdk.activities.IntercomMessengerActivity}: io.intercom.android.sdk.exceptions.IntercomIntegrationException: Intercom was not initialized correctly, Intercom.initialize() needs to be called in onCreate() in your Application class.
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2658)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2723)
       at android.app.ActivityThread.access$900(ActivityThread.java:172)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1422)
       at android.os.Handler.dispatchMessage(Handler.java:102)
       at android.os.Looper.loop(Looper.java:145)
       at android.app.ActivityThread.main(ActivityThread.java:5832)
       at java.lang.reflect.Method.invoke(Method.java)
       at java.lang.reflect.Method.invoke(Method.java:372)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1399)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1194) 

Intercom Push + firebase_messaging

Hello,

I followed the steps of setting up the intercom with firebase messaging.

When receiving a message directly from firebase, the message is not displayed or forwarded to firebase messaging. The "Push message received, not for Intercom" log is displayed.

iOS Crash after updating.

CocoaPods: 1.8.0.beta.2
Flutter: 1.10.3-pre.54 / Master
Dart: 2.6.0

Here are the logs:

Running "flutter pub get" in qweex...                               1.9s
Launching lib/main.dart on iPhone Xʀ in debug mode...
Running pod install...
Running Xcode build...
Xcode build done.                                           963.7s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **


Xcode's output:
↳
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:133:17: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                    _view.frame = CGRectMake(0.0, 0.0, CGRectGetWidth(_view.bounds), 0.0);
                    ^
                    self->
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:133:67: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                    _view.frame = CGRectMake(0.0, 0.0, CGRectGetWidth(_view.bounds), 0.0);
                                                                      ^
                                                                      self->
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:148:18: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                    [_view sizeToFit];
                     ^
                     self->
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:189:13: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
            if (_navigationController) {
                ^
                self->
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:190:40: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                [self updateNavigationBarY:_view.statusBarHeight];
                                           ^
                                           self->
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:193:24: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
            CGRect frame = _view.frame;
                           ^
                           self->
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:195:9: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
            _view.frame = frame;
            ^
            self->
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:203:17: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                    _view.closed = YES;
                    ^
                    self->
    8 warnings generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Any.pbobjc.m:17:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    1 warning generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Api.pbobjc.m:17:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Api.pbobjc.m:18:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Api.pbobjc.m:19:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    3 warnings generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Duration.pbobjc.m:17:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    1 warning generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Empty.pbobjc.m:17:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    1 warning generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/FieldMask.pbobjc.m:17:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    1 warning generated.
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.m:35:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    3 warnings generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/SourceContext.pbobjc.m:17:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    1 warning generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Struct.pbobjc.m:19:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    1 warning generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Timestamp.pbobjc.m:17:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    1 warning generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Type.pbobjc.m:19:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Type.pbobjc.m:20:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Type.pbobjc.m:21:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    3 warnings generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/google/protobuf/Wrappers.pbobjc.m:17:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    1 warning generated.
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.m:42:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:25:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    + (void)setUserDataAndHash:(NSDictionary *)ud;
                                             ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:25:42: note: insert '_Nullable' if the pointer may be null
    + (void)setUserDataAndHash:(NSDictionary *)ud;
                                             ^
                                              _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:25:42: note: insert '_Nonnull' if the pointer should never be null
    + (void)setUserDataAndHash:(NSDictionary *)ud;
                                             ^
                                              _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:38:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    + (NSString *) getHashedUserData;
                ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:38:13: note: insert '_Nullable' if the pointer may be null
    + (NSString *) getHashedUserData;
                ^
                 _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:38:13: note: insert '_Nonnull' if the pointer should never be null
    + (NSString *) getHashedUserData;
                ^
                 _Nonnull
    2 warnings generated.
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.m:19:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:25:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    + (void)setUserDataAndHash:(NSDictionary *)ud;
                                             ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:25:42: note: insert '_Nullable' if the pointer may be null
    + (void)setUserDataAndHash:(NSDictionary *)ud;
                                             ^
                                              _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:25:42: note: insert '_Nonnull' if the pointer should never be null
    + (void)setUserDataAndHash:(NSDictionary *)ud;
                                             ^
                                              _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:38:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    + (NSString *) getHashedUserData;
                ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:38:13: note: insert '_Nullable' if the pointer may be null
    + (NSString *) getHashedUserData;
                ^
                 _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKUserDataStore.h:38:13: note: insert '_Nonnull' if the pointer should never be null
    + (NSString *) getHashedUserData;
                ^
                 _Nonnull
    2 warnings generated.
    In file included from /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.m:5:
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:14:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:14:52: note: insert '_Nullable' if the pointer may be null
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
                                                        _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:14:52: note: insert '_Nonnull' if the pointer should never be null
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
                                                        _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:37:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:37:65: note: insert '_Nullable' if the pointer may be null
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
                                                                     _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:37:65: note: insert '_Nonnull' if the pointer should never be null
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
                                                                     _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:40:50: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:40:50: note: insert '_Nullable' if the pointer may be null
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
                                                      _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:40:50: note: insert '_Nonnull' if the pointer should never be null
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
                                                      _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:41:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:41:47: note: insert '_Nullable' if the pointer may be null
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
                                                   _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:41:47: note: insert '_Nonnull' if the pointer should never be null
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
                                                   _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:42:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (GMSCameraPosition *)cameraPosition;
                         ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:42:22: note: insert '_Nullable' if the pointer may be null
    - (GMSCameraPosition *)cameraPosition;
                         ^
                          _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:42:22: note: insert '_Nonnull' if the pointer should never be null
    - (GMSCameraPosition *)cameraPosition;
                         ^
                          _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:4: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:4: note: insert '_Nullable' if the pointer may be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
                    _Nullable 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:4: note: insert '_Nonnull' if the pointer should never be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
                    _Nonnull 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:69: note: insert '_Nullable' if the pointer may be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
                                                                         _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:69: note: insert '_Nonnull' if the pointer should never be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
                                                                         _Nonnull
    7 warnings generated.
    In file included from /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapMarkerController.m:5:
    In file included from /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapMarkerController.h:7:
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:14:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:14:52: note: insert '_Nullable' if the pointer may be null
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
                                                        _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:14:52: note: insert '_Nonnull' if the pointer should never be null
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
                                                        _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:37:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:37:65: note: insert '_Nullable' if the pointer may be null
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
                                                                     _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:37:65: note: insert '_Nonnull' if the pointer should never be null
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
                                                                     _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:40:50: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:40:50: note: insert '_Nullable' if the pointer may be null
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
                                                      _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:40:50: note: insert '_Nonnull' if the pointer should never be null
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
                                                      _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:41:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:41:47: note: insert '_Nullable' if the pointer may be null
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
                                                   _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:41:47: note: insert '_Nonnull' if the pointer should never be null
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
                                                   _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:42:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (GMSCameraPosition *)cameraPosition;
                         ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:42:22: note: insert '_Nullable' if the pointer may be null
    - (GMSCameraPosition *)cameraPosition;
                         ^
                          _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:42:22: note: insert '_Nonnull' if the pointer should never be null
    - (GMSCameraPosition *)cameraPosition;
                         ^
                          _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:4: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:4: note: insert '_Nullable' if the pointer may be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
                    _Nullable 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:4: note: insert '_Nonnull' if the pointer should never be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
                    _Nonnull 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:69: note: insert '_Nullable' if the pointer may be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
                                                                         _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:69: note: insert '_Nonnull' if the pointer should never be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
                                                                         _Nonnull
    7 warnings generated.
    In file included from /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapsPlugin.m:5:
    In file included from /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapsPlugin.h:8:
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:14:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:14:52: note: insert '_Nullable' if the pointer may be null
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
                                                        _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:14:52: note: insert '_Nonnull' if the pointer should never be null
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
                                                        _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:37:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:37:65: note: insert '_Nullable' if the pointer may be null
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
                                                                     _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:37:65: note: insert '_Nonnull' if the pointer should never be null
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
                                                                     _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:40:50: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:40:50: note: insert '_Nullable' if the pointer may be null
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
                                                      _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:40:50: note: insert '_Nonnull' if the pointer should never be null
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
                                                      _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:41:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:41:47: note: insert '_Nullable' if the pointer may be null
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
                                                   _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:41:47: note: insert '_Nonnull' if the pointer should never be null
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
                                                   _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:42:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (GMSCameraPosition *)cameraPosition;
                         ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:42:22: note: insert '_Nullable' if the pointer may be null
    - (GMSCameraPosition *)cameraPosition;
                         ^
                          _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:42:22: note: insert '_Nonnull' if the pointer should never be null
    - (GMSCameraPosition *)cameraPosition;
                         ^
                          _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:4: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:4: note: insert '_Nullable' if the pointer may be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
                    _Nullable 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:4: note: insert '_Nonnull' if the pointer should never be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
                    _Nonnull 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:69: note: insert '_Nullable' if the pointer may be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
                                                                         _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.21+2/ios/Classes/GoogleMapController.h:47:69: note: insert '_Nonnull' if the pointer should never be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
                                                                         _Nonnull
    7 warnings generated.
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/intercom_flutter-2.0.2/ios/Classes/IntercomFlutterPlugin.m:101:40: warning: treating Unicode character as whitespace [-Wunicode-whitespace]
            if(name != (id)[NSNull null] && name != nil) {
                                           ^
    1 warning generated.
    While building module 'Protobuf' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
    In file included from <module-includes>:1:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Target Support Files/Protobuf/Protobuf-umbrella.h:28:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    While building module 'Protobuf' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
    In file included from <module-includes>:1:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Target Support Files/Protobuf/Protobuf-umbrella.h:28:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    13 warnings generated.
    While building module 'Protobuf' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.m:27:
    In file included from <module-includes>:1:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Target Support Files/Protobuf/Protobuf-umbrella.h:28:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    While building module 'Protobuf' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.m:27:
    In file included from <module-includes>:1:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Target Support Files/Protobuf/Protobuf-umbrella.h:28:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    13 warnings generated.
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-2.0.1/ios/Classes/FacebookLoginPlugin.m:38:33: warning: 'UIApplicationOpenURLOptionsSourceApplicationKey' is only available on iOS 9.0 or newer [-Wunguarded-availability]
          sourceApplication:options[UIApplicationOpenURLOptionsSourceApplicationKey]
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Target Support Files/flutter_facebook_login/flutter_facebook_login-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:538:51: note: 'UIApplicationOpenURLOptionsSourceApplicationKey' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0
    UIKIT_EXTERN UIApplicationOpenURLOptionsKey const UIApplicationOpenURLOptionsSourceApplicationKey NS_AVAILABLE_IOS(9_0);   // value is an NSString containing the bundle ID of the originating application
                                                      ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-2.0.1/ios/Classes/FacebookLoginPlugin.m:38:33: note: enclose 'UIApplicationOpenURLOptionsSourceApplicationKey' in an @available check to silence this warning
          sourceApplication:options[UIApplicationOpenURLOptionsSourceApplicationKey]
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-2.0.1/ios/Classes/FacebookLoginPlugin.m:39:33: warning: 'UIApplicationOpenURLOptionsAnnotationKey' is only available on iOS 9.0 or newer [-Wunguarded-availability]
                 annotation:options[UIApplicationOpenURLOptionsAnnotationKey]];
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Target Support Files/flutter_facebook_login/flutter_facebook_login-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:539:51: note: 'UIApplicationOpenURLOptionsAnnotationKey' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0
    UIKIT_EXTERN UIApplicationOpenURLOptionsKey const UIApplicationOpenURLOptionsAnnotationKey NS_AVAILABLE_IOS(9_0);   // value is a property-list typed object corresponding to what the originating application passed in UIDocumentInteractionController's annotation property
                                                      ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-2.0.1/ios/Classes/FacebookLoginPlugin.m:39:33: note: enclose 'UIApplicationOpenURLOptionsAnnotationKey' in an @available check to silence this warning
                 annotation:options[UIApplicationOpenURLOptionsAnnotationKey]];
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2 warnings generated.
    In file included from /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.m:9:
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:30:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)addCardViewControllerDidCancel:(STPAddSourceViewController *)addCardViewController;
                                                                       ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:30:68: note: insert '_Nullable' if the pointer may be null
    - (void)addCardViewControllerDidCancel:(STPAddSourceViewController *)addCardViewController;
                                                                       ^
                                                                        _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:30:68: note: insert '_Nonnull' if the pointer should never be null
    - (void)addCardViewControllerDidCancel:(STPAddSourceViewController *)addCardViewController;
                                                                       ^
                                                                        _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:39:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)addCardViewController:(STPAddSourceViewController *)addCardViewController
                                                              ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:39:59: note: insert '_Nullable' if the pointer may be null
    - (void)addCardViewController:(STPAddSourceViewController *)addCardViewController
                                                              ^
                                                               _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:39:59: note: insert '_Nonnull' if the pointer should never be null
    - (void)addCardViewController:(STPAddSourceViewController *)addCardViewController
                                                              ^
                                                               _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:40:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                   didCreateSource:(STPSource *)source
                                              ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:40:43: note: insert '_Nullable' if the pointer may be null
                   didCreateSource:(STPSource *)source
                                              ^
                                               _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:40:43: note: insert '_Nonnull' if the pointer should never be null
                   didCreateSource:(STPSource *)source
                                              ^
                                               _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:41:32: warning: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                       completion:(STPErrorBlock)completion;
                                   ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:41:32: note: insert '_Nullable' if the block pointer may be null
                       completion:(STPErrorBlock)completion;
                                   ^
                                                 _Nullable 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:41:32: note: insert '_Nonnull' if the block pointer should never be null
                       completion:(STPErrorBlock)completion;
                                   ^
                                                 _Nonnull 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:36:9: warning: parameter 'token' not found in the function declaration [-Wdocumentation]
     @param token                 the Stripe token that was created. @see STPToken
            ^~~~~
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:36:9: note: did you mean 'source'?
     @param token                 the Stripe token that was created. @see STPToken
            ^~~~~
            source
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.m:52:40: warning: undeclared selector 'handleError:' [-Wundeclared-selector]
                    [self performSelector:@selector(handleError:) withObject:tokenError afterDelay:0];
                                           ^
    6 warnings generated.
    In file included from /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/StripePaymentPlugin.m:1:
    In file included from /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/StripePaymentPlugin.h:2:
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:30:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)addCardViewControllerDidCancel:(STPAddSourceViewController *)addCardViewController;
                                                                       ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:30:68: note: insert '_Nullable' if the pointer may be null
    - (void)addCardViewControllerDidCancel:(STPAddSourceViewController *)addCardViewController;
                                                                       ^
                                                                        _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:30:68: note: insert '_Nonnull' if the pointer should never be null
    - (void)addCardViewControllerDidCancel:(STPAddSourceViewController *)addCardViewController;
                                                                       ^
                                                                        _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:39:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)addCardViewController:(STPAddSourceViewController *)addCardViewController
                                                              ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:39:59: note: insert '_Nullable' if the pointer may be null
    - (void)addCardViewController:(STPAddSourceViewController *)addCardViewController
                                                              ^
                                                               _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:39:59: note: insert '_Nonnull' if the pointer should never be null
    - (void)addCardViewController:(STPAddSourceViewController *)addCardViewController
                                                              ^
                                                               _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:40:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                   didCreateSource:(STPSource *)source
                                              ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:40:43: note: insert '_Nullable' if the pointer may be null
                   didCreateSource:(STPSource *)source
                                              ^
                                               _Nullable
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:40:43: note: insert '_Nonnull' if the pointer should never be null
                   didCreateSource:(STPSource *)source
                                              ^
                                               _Nonnull
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:41:32: warning: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                       completion:(STPErrorBlock)completion;
                                   ^
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:41:32: note: insert '_Nullable' if the block pointer may be null
                       completion:(STPErrorBlock)completion;
                                   ^
                                                 _Nullable 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:41:32: note: insert '_Nonnull' if the block pointer should never be null
                       completion:(STPErrorBlock)completion;
                                   ^
                                                 _Nonnull 
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:36:9: warning: parameter 'token' not found in the function declaration [-Wdocumentation]
     @param token                 the Stripe token that was created. @see STPToken
            ^~~~~
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/stripe_payment-0.1.1/ios/Classes/STPAddSourceViewController.h:36:9: note: did you mean 'source'?
     @param token                 the Stripe token that was created. @see STPToken
            ^~~~~
            source
    5 warnings generated.
    While building module 'Protobuf' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Common.pbobjc.m:27:
    In file included from <module-includes>:1:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Target Support Files/Protobuf/Protobuf-umbrella.h:28:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    While building module 'Protobuf' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Common.pbobjc.m:27:
    In file included from <module-includes>:1:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Target Support Files/Protobuf/Protobuf-umbrella.h:28:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Common.pbobjc.m:33:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    14 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/event_manager.mm:21:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Core/FSTSyncEngine.h:29:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/event_manager.mm:21:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Core/FSTSyncEngine.h:29:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/api/firestore.mm:24:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLevelDB.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h:31:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/api/firestore.mm:24:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLevelDB.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h:31:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/firestore_client.mm:30:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Core/FSTSyncEngine.h:29:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/firestore_client.mm:30:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Core/FSTSyncEngine.h:29:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLevelDB.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLevelDB.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h:31:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLevelDB.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLevelDB.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h:31:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLocalSerializer.mm:24:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/MaybeDocument.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLocalSerializer.mm:24:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/MaybeDocument.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Remote/FSTSerializerBeta.mm:26:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Common.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Remote/FSTSerializerBeta.mm:26:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Common.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Core/FSTSyncEngine.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Core/FSTSyncEngine.h:29:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Core/FSTSyncEngine.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Core/FSTSyncEngine.h:29:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_index_manager.mm:28:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLevelDB.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h:31:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_index_manager.mm:28:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Local/FSTLevelDB.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h:31:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_mutation_queue.mm:22:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/Mutation.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_mutation_queue.mm:22:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/Mutation.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_query_cache.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_query_cache.h:28:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/Target.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_query_cache.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_query_cache.h:28:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/Target.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_remote_document_cache.mm:23:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/MaybeDocument.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/leveldb_remote_document_cache.mm:23:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/MaybeDocument.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/memory_mutation_queue.mm:21:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/Mutation.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/memory_mutation_queue.mm:21:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/Mutation.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/proto_sizer.mm:19:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/MaybeDocument.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/local/proto_sizer.mm:19:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/firestore/local/MaybeDocument.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/stream.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/stream.h:29:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/stream.mm:17:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/stream.h:29:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/transaction.mm:26:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/transaction.mm:26:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/transaction_runner.mm:19:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/transaction_runner.h:24:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/transaction_runner.mm:19:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/core/transaction_runner.h:24:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_store.h:36:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/datastore.h:35:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/watch_stream.mm:19:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/watch_stream.h:31:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/watch_stream.mm:19:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/watch_stream.h:31:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    === BUILD TARGET FirebaseFirestore OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/write_stream.mm:19:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/write_stream.h:31:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:44:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/write_stream.mm:19:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/write_stream.h:31:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/remote/remote_objc_bridge.h:40:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Protos/objc/google/firestore/v1/Firestore.pbobjc.h:27:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Any.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Any.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Api.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Api.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Duration.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Duration.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Empty.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Empty.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/FieldMask.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/FieldMask.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/SourceContext.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/SourceContext.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Struct.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Struct.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Timestamp.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Timestamp.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Type.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Type.pbobjc.h>
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Protobuf/objectivec/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
     #import <Protobuf/Wrappers.pbobjc.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             <protobuf/Wrappers.pbobjc.h>
    13 warnings generated.
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions-0.4.0+3/ios/Classes/CloudFunctionsPlugin.m:56:59: warning: comparison of distinct pointer types ('NSNumber *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types]
        if (timeoutMicroseconds != nil && timeoutMicroseconds != [NSNull null]) {
                                          ~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
    1 warning generated.
    /Applications/Flutter-SDK/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.12.3/ios/Classes/CloudFirestorePlugin.m:611:16: warning: 'timestampsInSnapshotsEnabled' is deprecated [-Wdeprecated-declarations]
          settings.timestampsInSnapshotsEnabled = (bool)call.arguments[@"timestampsInSnapshotsEnabled"];
                   ^
    In module 'FirebaseFirestore' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/Headers/Public/Firebase/Firebase.h:31:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Pods/FirebaseFirestore/Firestore/Source/Public/FIRFirestoreSettings.h:69:20: note: 'timestampsInSnapshotsEnabled' has been explicitly marked deprecated here
        __attribute__((deprecated));
                       ^
    1 warning generated.
    === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
    The use of Swift 3 @objc inference in Swift 4 mode is deprecated. Please address deprecated @objc inference warnings, test your code with “Use of deprecated Swift 3 @objc inference” logging enabled, and then disable inference by changing the "Swift 3 @objc Inference" build setting to "Default" for the "Runner" target.
    === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
    While building module 'google_maps_flutter' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Runner/GeneratedPluginRegistrant.m:19:
    In file included from <module-includes>:1:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/google_maps_flutter-umbrella.h:14:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:14:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:14:52: note: insert '_Nullable' if the pointer may be null
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
                                                        _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:14:52: note: insert '_Nonnull' if the pointer should never be null
    - (void)setCameraTargetBounds:(GMSCoordinateBounds *)bounds;
                                                       ^
                                                        _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:37:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:37:65: note: insert '_Nullable' if the pointer may be null
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
                                                                     _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:37:65: note: insert '_Nonnull' if the pointer should never be null
                        registrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                    ^
                                                                     _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:40:50: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:40:50: note: insert '_Nullable' if the pointer may be null
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
                                                      _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:40:50: note: insert '_Nonnull' if the pointer should never be null
    - (void)animateWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                     ^
                                                      _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:41:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:41:47: note: insert '_Nullable' if the pointer may be null
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
                                                   _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:41:47: note: insert '_Nonnull' if the pointer should never be null
    - (void)moveWithCameraUpdate:(GMSCameraUpdate *)cameraUpdate;
                                                  ^
                                                   _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:42:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (GMSCameraPosition *)cameraPosition;
                         ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:42:22: note: insert '_Nullable' if the pointer may be null
    - (GMSCameraPosition *)cameraPosition;
                         ^
                          _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:42:22: note: insert '_Nonnull' if the pointer should never be null
    - (GMSCameraPosition *)cameraPosition;
                         ^
                          _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:47:4: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:47:4: note: insert '_Nullable' if the pointer may be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
                    _Nullable 
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:47:4: note: insert '_Nonnull' if the pointer should never be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
       ^
                    _Nonnull 
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:47:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:47:69: note: insert '_Nullable' if the pointer may be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
                                                                         _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/google_maps_flutter/google_maps_flutter.framework/Headers/GoogleMapController.h:47:69: note: insert '_Nonnull' if the pointer should never be null
    - (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
                                                                        ^
                                                                         _Nonnull
    7 warnings generated.
    While building module 'stripe_payment' imported from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/ios/Runner/GeneratedPluginRegistrant.m:25:
    In file included from <module-includes>:1:
    In file included from /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/stripe_payment-umbrella.h:13:
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:30:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)addCardViewControllerDidCancel:(STPAddSourceViewController *)addCardViewController;
                                                                       ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:30:68: note: insert '_Nullable' if the pointer may be null
    - (void)addCardViewControllerDidCancel:(STPAddSourceViewController *)addCardViewController;
                                                                       ^
                                                                        _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:30:68: note: insert '_Nonnull' if the pointer should never be null
    - (void)addCardViewControllerDidCancel:(STPAddSourceViewController *)addCardViewController;
                                                                       ^
                                                                        _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:39:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    - (void)addCardViewController:(STPAddSourceViewController *)addCardViewController
                                                              ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:39:59: note: insert '_Nullable' if the pointer may be null
    - (void)addCardViewController:(STPAddSourceViewController *)addCardViewController
                                                              ^
                                                               _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:39:59: note: insert '_Nonnull' if the pointer should never be null
    - (void)addCardViewController:(STPAddSourceViewController *)addCardViewController
                                                              ^
                                                               _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:40:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                   didCreateSource:(STPSource *)source
                                              ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:40:43: note: insert '_Nullable' if the pointer may be null
                   didCreateSource:(STPSource *)source
                                              ^
                                               _Nullable
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:40:43: note: insert '_Nonnull' if the pointer should never be null
                   didCreateSource:(STPSource *)source
                                              ^
                                               _Nonnull
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:41:32: warning: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                       completion:(STPErrorBlock)completion;
                                   ^
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:41:32: note: insert '_Nullable' if the block pointer may be null
                       completion:(STPErrorBlock)completion;
                                   ^
                                                 _Nullable 
    /Users/musa/Code/Clients/Qweex/Flutter App/qweex/build/ios/Debug-iphonesimulator/stripe_payment/stripe_payment.framework/Headers/STPAddSourceViewController.h:41:32: note: insert '_Nonnull' if the block pointer should never be null
                       completion:(STPErrorBlock)completion;
                                   ^
                                                 _Nonnull 
    4 warnings generated.
    11 warnings generated.
    === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
    Undefined symbols for architecture x86_64:
      "_UISceneWillEnterForegroundNotification", referenced from:
          +[ICMBridge load] in Intercom(ICMBridge.o)
      "___isPlatformVersionAtLeast", referenced from:
          -[IntercomSDK_IntercomConversationCollectionViewController insetsForAccessoryView] in Intercom(IntercomConversationCollectionViewController.o)
          +[IntercomSDK_ITBUpload createUploadForMediaAsset:completion:] in Intercom(ITBUpload.o)
          +[IntercomSDK_ITBUpload processImageDataForUpload:mediaAsset:info:imageUploadDataUTI:completion:] in Intercom(ITBUpload.o)
          -[IntercomSDK_IIMInputAccessoryView createConstraints] in Intercom(IIMInputAccessoryView.o)
          -[IntercomSDK_IIMInputButtonContainerView createConstraints] in Intercom(IIMInputButtonContainerView.o)
          -[IntercomSDK_IIMMediaViewController updateCollectionViewContentInsets] in Intercom(IIMMediaViewController.o)
          -[IntercomSDK_IIMMediaViewController layoutExpandButton] in Intercom(IIMMediaViewController.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 Xʀ.

Update User Not Working With New Update

I am getting below Exception when trying to call the updateUser. @Zazo032 could you please check if anything got changed in the latest update?

[Intercom] ERROR - Tried to update user but there was a network error (400) - Request failed: bad request (400)
[C18.1 030FDC65-384D-47A3-B81F-FCDAB86DB0E2 10.20.55.4:51830<->74.125.196.101:443]
Connected Path: satisfied (Path is satisfied), interface: en0
Duration: 0.128s, DNS @0.000s took 0.015s, TCP @0.017s took 0.015s, TLS took 0.051s
bytes in/out: 4184/1554, packets in/out: 8/10, rtt: 0.015s, retransmitted packets: 0, out-of-order packets: 5

Upgrade to version 6 of intercom SDK

I received email from intercom team.

To continue to provide all Intercom users with a fast and secure mobile experience, we are deprecating version 5 and below of the Intercom mobile SDKs. Starting June 30th 2020, version 5 and below of the iOS and Android SDKs will no longer be supported, and will no longer work on your site. To continue to use Intercom in your apps, please upgrade to version 6 of the mobile SDKs. Version 6 supports Android API level 21 and iOS 10 and above.

Will this package update the intercom SDK?

[Android] Invalid cast from `FlutterPluginRegistrar` to `android.app.Application`

In IntercomFlutterPlugin.kt the library tries to cast the instance of FlutterPluginRegistrar to (android.app.)Application type. However, newer Flutter SDKs have changed the Android implementation to prefer Activity as the instance of FlutterPluginRegistrar.

This is the line that's causing the issue:

https://github.com/v3rm0n/intercom_flutter/blob/master/android/src/main/kotlin/io/maido/intercom/IntercomFlutterPlugin.kt#L22

A working hotfix would be to change that line to:

channel.setMethodCallHandler(IntercomFlutterPlugin(registrar.context().applicationContext as Application))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.