Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Firebase Messaging [FIRApp registerAsConfigurable:]: unrecognized selector sent to class 0x11034d9e8 #311

Closed
coosmiyn opened this issue Oct 7, 2019 · 31 comments · Fixed by #323
Assignees
Labels
in-progress Work is in progress
Projects

Comments

@coosmiyn
Copy link

coosmiyn commented Oct 7, 2019

I get this error in the console when I try to deploy the app, tried both on simulator and physical device. It displays the splash image then it backgrounds the app. No exception is thrown, the debugger just disconnects.

It seems that this only happens when I use Firebase Messaging. If I delete any of the code related to Firebase Messaging (but not deleting the NuGet) it works as intended.

I am using Visual Studio for mac, the ios 13 sdk and the latest Firebase NuGets. Tried downgrading but nothing helps.

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[FIRApp registerAsConfigurable:]: unrecognized selector sent to class 0x11034d9e8'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff23b98bde __exceptionPreprocess + 350
	1   libobjc.A.dylib                     0x00007fff503b5b20 objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff23bb9604 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
	3   CoreFoundation                      0x00007fff23b9d7bc ___forwarding___ + 1436
	4   CoreFoundation                      0x00007fff23b9f6c8 _CF_forwarding_prep_0 + 120
	5   libobjc.A.dylib                     0x00007fff503bcdf0 load_images + 1226
	6   ???                                 0x0000000110c24d79 0x0 + 4576136569
	7   ???                                 0x0000000110c31970 0x0 + 4576188784
	8   ???                                 0x0000000110c30786 0x0 + 4576184198
	9   ???                                 0x000<…>
@Redth Redth added this to Needs triage in Triage Oct 8, 2019
@coosmiyn
Copy link
Author

coosmiyn commented Oct 8, 2019

Tried it again today, but I get another error now:

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Description: DYLD, dependent dylib '@rpath/protobuf.framework/protobuf' not found for '/private/var/containers/Bundle/Application/DA138C0F-1292-4C17-A793-0443C743F7F6/ClubHub.iOS.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging', tried but didn't find: '/private/var/containers/Bundle/Application/DA138C0F-1292-4C17-A793-0443C743F7F6/ClubHub.iOS.app/Frameworks/protobuf.framework/protobuf' '/private/var/containers/Bundle/Application/DA138C0F-1292-4C17-A793-0443C743F7F6/ClubHub.iOS.app/Frameworks/FirebaseMessaging.framework/Frameworks/protobuf.framework/protobuf' '/private/var/containers/Bundle/Application/DA138C0F-1292-4C17-A793-0443C743F7F6/ClubHub.iOS.app/Frameworks/protobuf.framework/protobuf' '@rpath/protobuf.framework/protobuf' '/System/Library/Frameworks/protobuf.framework/protobuf'
Highlighted by Thread:  0

Still, it happens just when I use CloudMessaging.

@SotoiGhost SotoiGhost self-assigned this Oct 12, 2019
@SotoiGhost SotoiGhost added the investigating Currently investigating issue label Oct 12, 2019
@SotoiGhost SotoiGhost moved this from Needs triage to High priority in Triage Oct 12, 2019
@Redth Redth moved this from High priority to Needs triage in Triage Oct 13, 2019
@Adlorem
Copy link

Adlorem commented Oct 17, 2019

Got the same problem with latest packages for iOS Firebase Messaging. The app starts but nothing happens past launch screen. There are no errors no other info. Downgrading doesn't help at all. I am not able to compile project with new XCode 11.1 and iOS 13.1.

@zzm388
Copy link

zzm388 commented Oct 18, 2019

Same problem here using latest firebase messaging for IOS. I'm building my app on VS for windows. App displays splash screen and then disappears. Device log shows message about missing protobuf library as @coosmiyn reports.

@lukashaertel
Copy link

I want to add to this issue as it seems to be the correct spot. The project I am using to isolate the problem is set up as the Cloud Messaging Sample is, except for some minor details in cloud message handling (actual behavior is not needed to run into the dyld issue) and in PackageReferences rather than project references.

Some details about the system:

  • macOS Catalina Version 10.15
  • mono 6.4.0.208
  • Xamarin iOS Framework 13.4.0.2
  • Simulator OS Version 13.1

The package versions in use. Project type GUID, mtouch arguments etc. are the same.

  <ItemGroup>
    <PackageReference Include="Xamarin.Build.Download" Version="0.4.11" />
    <PackageReference Include="Xamarin.Firebase.iOS.CloudMessaging" Version="4.1.1" />
    <PackageReference Include="Xamarin.Firebase.iOS.Core" Version="6.1.0" />
    <PackageReference Include="Xamarin.Firebase.iOS.InstanceID" Version="4.2.1" />
    <PackageReference Include="Xamarin.Forms" Version="4.2.0.848062" />
  </ItemGroup>

After compiling and running on the simulator, e.g., an iPhone 11, OS version 13.1, the following crash is logged in the console.

Process:               xamarin_android9_example.iOS [1947]
Path:                  /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/xamarin_android9_example.iOS
Identifier:            xamarin_android9_example.iOS
Version:               1.0 (1.0)
Code Type:             X86-64 (Native)
Parent Process:        launchd_sim [1830]
Responsible:           SimulatorTrampoline [740]
User ID:               501

Date/Time:             2019-10-18 08:48:59.118 +0200
OS Version:            Mac OS X 10.15 (19A602)
Report Version:        12
Anonymous UUID:        54945172-3A45-E0AA-6D3C-8E181CFB9E7D


Time Awake Since Boot: 2500 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries
DYLD_SHARED_CACHE_DIR=/Users/pazuzu/Library/Developer/CoreSimulator/Caches/dyld/19A602/com.apple.CoreSimulator.SimRuntime.iOS-13-1.17A844
DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot
DYLD_FALLBACK_FRAMEWORK_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks
DYLD_FALLBACK_LIBRARY_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib

Dyld Error Message:
  Library not loaded: @rpath/protobuf.framework/protobuf
  Referenced from: /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging
  Reason: image not found

Binary Images:
       0x10eb7c000 -        0x10f1c3ff7 +com.companyname.xamarin_android9_example (1.0 - 1.0) <19FF9705-FEE4-3DDA-96F5-E420E7FF5E78> /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/xamarin_android9_example.iOS
       0x10f5de000 -        0x10f6315f7 +dyld_sim (732.3) <32684ACA-A9FF-35E2-BB46-62CFF84251FE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x10f681000 -        0x10f6b2ff3 +org.cocoapods.FirebaseMessaging (4.1.1 - 1) <C7A4B745-7111-3BB0-873F-E7E462067CF3> /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging
       0x10f70e000 -        0x10f71afff +org.cocoapods.FirebaseCore (6.1.0 - 1) <6BE48AD3-A87E-3D5E-99A4-3A074DC3B9B5> /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/FirebaseCore
       0x10f736000 -        0x10f73eff3 +org.cocoapods.GoogleToolboxForMac (2.2.0 - 1) <9A22F092-5DA0-3A67-ADA1-5E6E4C003832> /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac
       0x10f755000 -        0x10f77bffb +org.cocoapods.GTMSessionFetcher (1.2.2 - 1) <758C73A7-5B62-37D6-BF2F-65781AB29886> /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
       0x10f7be000 -        0x10f7effff +org.cocoapods.leveldb (1.20.0 - 1) <49E98D96-2961-33EC-B213-742B85139623> /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/leveldb
       0x10f843000 -        0x10f848ffb +org.cocoapods.nanopb (0.3.901 - 1) <95CC608F-2B4D-37A1-B00F-35B697A2ACC6> /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/nanopb
       0x10f855000 -        0x10f89dff3 +org.cocoapods.Protobuf (3.8.0 - 1) <F7C96204-6C38-3E7B-A9DD-3896E2C2EE85> /Users/USER/Library/Developer/CoreSimulator/Devices/38B6330B-CA19-4181-93D3-800FA80DD6EB/data/Containers/Bundle/Application/9A18EF52-D561-433D-A9A3-A60C682A365F/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Protobuf
 ...

I have omitted the remaining libraries but left those in. Notably, a framework Protobuf.framework/Protobuf is present in the list of binary images.

The code for the AppDelegate is as follows.

using System;
using Firebase.CloudMessaging;
using Foundation;
using UIKit;
using UserNotifications;
using Xamarin.Forms;
using Xamarin.Forms.Platform.iOS;

namespace xamarin_android9_example.iOS
{
    [Register("AppDelegate")]
    public class AppDelegate : FormsApplicationDelegate,
        IUNUserNotificationCenterDelegate, IMessagingDelegate
    {
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            Forms.Init();
            LoadApplication(new App());

            Firebase.Core.App.Configure();

            // Register your app for remote notifications.
            if (UIDevice.CurrentDevice.CheckSystemVersion(10, 0))
            {
                // For iOS 10 display notification (sent via APNS)
                UNUserNotificationCenter.Current.Delegate = this;

                var authOptions = UNAuthorizationOptions.Alert | UNAuthorizationOptions.Badge |
                                  UNAuthorizationOptions.Sound;
                UNUserNotificationCenter.Current.RequestAuthorization(authOptions,
                    (granted, error) => { Console.WriteLine(granted); });
            }
            else
            {
                // iOS 9 or before
                var allNotificationTypes = UIUserNotificationType.Alert | UIUserNotificationType.Badge |
                                           UIUserNotificationType.Sound;
                var settings = UIUserNotificationSettings.GetSettingsForTypes(allNotificationTypes, null);
                UIApplication.SharedApplication.RegisterUserNotificationSettings(settings);
            }

            UIApplication.SharedApplication.RegisterForRemoteNotifications();

            Messaging.SharedInstance.Delegate = this;
            Messaging.SharedInstance.ShouldEstablishDirectChannel = true;

            return base.FinishedLaunching(app, options);
        }

        [Export("messaging:didReceiveRegistrationToken:")]
        public void DidReceiveRegistrationToken(Messaging messaging, string fcmToken)
        {
            Console.WriteLine($"{nameof(DidReceiveRegistrationToken)} Firebase registration token: {fcmToken}");
        }
    }
}

The diagnostic build output is located in this gist.

@remeesms
Copy link

Same Issue here, Any update on this?

@SotoiGhost
Copy link
Contributor

After a long search, we found out the root of the issue. The issue is that Firebase.CloudMessaging was built against Protobuf v3.10 due to Podspec version rules and Firebase.Core against v3.8, between these versions, the Module name changed from Protobuf to protobuf. Therefore, F.Core has Protobuf.framework embedded and F.CloudMessaging is looking for protobuf.framework.

Downgrading CloudMessaging to v3.1.2 could be a workaround but could bring unexpected behaviors. We are working on a fix right now.

@SotoiGhost SotoiGhost added in-progress Work is in progress and removed investigating Currently investigating issue labels Oct 23, 2019
@SotoiGhost SotoiGhost moved this from Needs triage to High priority in Triage Oct 23, 2019
@moustafashaban
Copy link

@SotoiGhost great news,
Please add a comment here once it is done, thanks in advanced

@Redth Redth moved this from High priority to Needs triage in Triage Oct 24, 2019
@SotoiGhost SotoiGhost moved this from Needs triage to High priority in Triage Oct 24, 2019
@Tokta
Copy link

Tokta commented Oct 24, 2019

Hello, I have the same issue, but only on my CI machine, on my machine compile correctly. I was thinking about caching on my laptop but by deintegrating pods and reinstall them all it keeps working.

Triage automation moved this from High priority to Closed Oct 24, 2019
@doudouLin
Copy link

have the same problem, application crashes when start debuging. is there solution? tried downgrade cloudmessaging to 3.1.2, but can not compile anymore

@SotoiGhost
Copy link
Contributor

@doudouLin The fix was merge and now it's building on Azure. Hope today the fix can be released to NuGet

@doudouLin
Copy link

@SotoiGhost thank you very much for the quick reply! was struggling for hours, hihi.

@SotoiGhost
Copy link
Contributor

Guys! Letting you know that Firebase Cloud Messaging v4.1.1.1 has been just pushed to NuGet. Just wait a bit so it can be indexed. If something happens related to this, please, fill a new issue. Best!

@SotoiGhost
Copy link
Contributor

And FYI, there's an issue with NuGet right now where dependencies .targets and .props are not being referenced correctly. If you face an error similar to issue #318, please, add Xamarin.Firebase.iOS.CloudMessaging dependencies explicitly to your app. Hope this helps! Best!

@remeesms
Copy link

@SotoiGhost Thanks!!, Seems it's working with the updated version.

@remeesms
Copy link

While using SignInWithCredential the app is crashing with "Specified cast is not valid " error.
Its happening after updating the firebase auth to version="6.2.1".

Firebase versions using:

  <package id="Xamarin.Firebase.iOS.Analytics" version="5.1.4.1" targetFramework="xamarinios10" />
  <package id="Xamarin.Firebase.iOS.Auth" version="6.2.1" targetFramework="xamarinios10" />
  <package id="Xamarin.Firebase.iOS.CloudMessaging" version="4.1.1.1" targetFramework="xamarinios10" />
  <package id="Xamarin.Firebase.iOS.Core" version="6.1.0" targetFramework="xamarinios10" />
  <package id="Xamarin.Firebase.iOS.Database" version="6.0.0" targetFramework="xamarinios10" />
  <package id="Xamarin.Firebase.iOS.InstanceID" version="4.2.1" targetFramework="xamarinios10" />
  <package id="Xamarin.Firebase.iOS.Storage" version="3.4.0" targetFramework="xamarinios10" />

Code Sample:

var credendtials = PhoneAuthProvider.DefaultInstance.GetCredential(verificationId, verificationCode);
Auth.DefaultInstance.SignInWithCredential(credential: credendtials, (task, error) =>
            {
                if (error != null)
                {                  
                    tcsPhone.SetResult(false);
                }
                else
                {
                    tcsPhone.SetResult(true);
                }

            });

Stack Trace error:

at (wrapper castclass) System.Object.__castclass_with_cache(object,intptr,intptr)\n at ObjCRuntime.Runtime.ConstructNSObject[T] (System.IntPtr ptr, System.Type type, ObjCRuntime.Runtime+MissingCtorResolution missingCtorResolution) [0x00050] in :0 \n at ObjCRuntime.Runtime.GetNSObject[T] (System.IntPtr ptr) [0x000d1] in :0 \n at ObjCRuntime.Trampolines+SDAuthResultHandler.Invoke (System.IntPtr block, System.IntPtr user, System.IntPtr error) [0x00016] in :0 \n at (wrapper native-to-managed) ObjCRuntime.Trampolines+SDAuthResultHandler.Invoke(intptr,intptr,intptr)\n at (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)\n at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/src/Xamarin.iOS/UIKit/UIApplication.cs:86 \n at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0000e] in /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/src/Xamarin.iOS/UIKit/UIApplication.cs:65 \n at Myapp.Touch.Application.Main (System.String[] args) [0x00001] in /Users/developeradmin/Myapp/Alpha8/Mobile/Sources/Myapp.Touch/Main.cs:9

@vincooys
Copy link

I'm having this issue now, and not able to pinpoint where it's coming from. Getting the error from device log:

@rpath/Protobuf.framework/Protobuf not found for /private/var/containers/Bundle/Application/3343439-jflkd-34343--/APPNAME/Frameworks/FirebaseFirestore.framework/FirebaseFirestore, tried but didn't find: '/private/var/containers/Bundle/Application/434343-2ADD-3433-543333D22/APPNAME/Frameworks/Protobuf.framework/Protobuf'

I have the following packages installed in my Xamarin.iOS project:

Xamarin.Firebase.iOS.Analytics (6.2.1)
Xamarin.Firebase.iOS.Auth (6.4.2)
Xamarin.Firebase.iOS.CloudFirestore (1.4.2.2)
Xamarin.Firebase.iOS.CloudMessaging (4.1.1.2)
Xamarin.Firebase.iOS.Core (6.6.0)
Xamarin.Firebase.iOS.Crashlytics (3.14.0.3)
Xamarin.Firebase.iOS.InstanceID (4.3.0)
Xamarin.Firebase.iOS.Storage (3.4.0.1)

I've tried delete every folder I can think of (XamarinBuildCache, obj, bin, etc). Rolling back versions of packages to previous versions...nothing I do stop my device from crashing on startup and displaying this error in the device log :(

It all started when I installed the CloudMessaging package. Everything else works fine.

@edooley
Copy link

edooley commented Feb 28, 2020

@SotoiGhost I am having the same issue as @vincooys. My Nugets and versions are the same as his except I am not referencing Crashlytics but AM referencing Xamarin.Firebase.iOS.DynamicLinks (4.0.1.1)

@AmandaU
Copy link

AmandaU commented Mar 4, 2020

I am having the same issue as @vincooys and @edooley when upgrading to Xamarin.Firebase.iOS.CloudMessaging v4.1.1.2 and Xamarin.Firebase.iOS.Analytics v6.2.1.
Downgrading CloudMessaging to v4.1.1.1 and Analytics v6.0.4.1 solved the problem. Both packages must be downgraded

@raindeer
Copy link

Still having the same problem..

@randomroxks
Copy link

randomroxks commented Mar 18, 2020

Same here.
Screen Shot 2020-03-18 at 12 16 38 PM

How is this issue closed when the problem still exists? Do I need to create a new issue?

@Kingram91
Copy link

This issue needs to be reopened, as the Problem still Exists.
For me, the problem started to occur once I added Xamarin.Google.iOS.TagManager nuget

@mindphaser
Copy link

mindphaser commented Mar 30, 2020

I have the same issue with these versions:
Xamarin.Firebase.iOS.CloudMessaging (4.1.1.2)
Xamarin.Firebase.iOS.Core (6.6.0)
Xamarin.Firebase.iOS.InstanceID (4.3.0)

It works only after downgrading CloudMessaging to 3.1.2. The working versions, respectively are:
Xamarin.Firebase.iOS.CloudMessaging (3.1.2)
Xamarin.Firebase.iOS.Core (5.1.3)
Xamarin.Firebase.iOS.InstanceID (3.2.1)

@MappingSteve
Copy link

MappingSteve commented Apr 15, 2020

NOTE: After Updating nugets to Xamarin.Firebase.iOS.CloudMessaging (4.3.0) + .Core (6.6.6) + .InstanceID (4.3.3)
I still got the crash, until I deleted bin and obj files.

@jastorgac
Copy link

I'm having this issue with:

Xamarin.Firebase.iOS.Core (6.6.6)
Xamarin.Firebase.iOS.DynamicLinks (4.0.8)
Xamarin.Firebase.iOS.RemoteConfig (4.4.9)

@udiidan
Copy link

udiidan commented May 27, 2020

Did anyone find a solution for this issue?
I can run the app after deleting Obj, Bin and XamarinBuildCache. But after making any change in the code, it crashes again.
I can't really understand how this issue is closed as clearly it's not fixed.

@chrisfoulds
Copy link

I have the same issue @SotoiGhost this issue is still ongoing

@chrisfoulds
Copy link

For reference it only occurs if Xamarin.iOS framework is newer than 13.16.0.13
If I downgrade to that is all works.
It is like Xamarin.Build.Download is not working correctly with the latest framework

@volcano619
Copy link

This is happening even in the latest Release

@rayxxi
Copy link

rayxxi commented Mar 19, 2021

Did anyone find a solution for this issue?

@udiidan
Copy link

udiidan commented Mar 20, 2021

Did anyone find a solution for this issue?

Currently it's working for me:
Xcode Version 12.4

Visual Studio Community 2019 for Mac
Version 8.8.10 (build 2)

Xamarin.iOS
Version: 14.10.0.4

Xamarin.Firebase.iOS.CloudMessaging (4.7.1)
Xamarin.Firebase.iOS.Core (6.10.4)
Xamarin.Firebase.iOS.InstanceID (4.8.0)

@rayxxi
Copy link

rayxxi commented Mar 21, 2021

I am using VS Version 8.9.2 (build 0), I'll try to downgrade to 8.8.10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in-progress Work is in progress
Projects
Triage
  
Closed
Development

Successfully merging a pull request may close this issue.