iOS Question Error on Connect to firebase

webhost.company

Active Member
Licensed User
Longtime User
When I try to connect to the firebase, occur error that I attachment that
But firebase does not have a problem and I receive notification
What is that error?

B4X:
Private Sub Application_Active
    Try
        fm.FCMConnect
    Catch
    End Try
End Sub

My error:
Error occurred on line: 107 (Main)
-[FIRMessaging connectWithCompletion:]: unrecognized selector sent to instance 0x281ae6680
Stack Trace: (
CoreFoundation 37A3D601-9398-3DC2-9D00-1B162726A4C9 + 1159792
libobjc.A.dylib objc_exception_throw + 56
CoreFoundation 37A3D601-9398-3DC2-9D00-1B162726A4C9 + 172664
CoreFoundation 37A3D601-9398-3DC2-9D00-1B162726A4C9 + 1169592
CoreFoundation _CF_forwarding_prep_0 + 92
Pgn App -[iFirebaseNotifications connect] + 148
CoreFoundation 37A3D601-9398-3DC2-9D00-1B162726A4C9 + 1178128
CoreFoundation 37A3D601-9398-3DC2-9D00-1B162726A4C9 + 5920
Pgn App +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
Pgn App -[B4IShell runVoidMethod] + 232
Pgn App -[B4IShell raiseEventImpl:method:args::] + 1792
Pgn App -[B4IShellBI raiseEvent:event:params:] + 1372
Pgn App __33-[B4I raiseUIEvent:event:params:]_block_invoke + 60
libdispatch.dylib ECEF88A0-245A-33C1-823D-3160E1F3D674 + 393904
libdispatch.dylib ECEF88A0-245A-33C1-823D-3160E1F3D674 + 397976
libdispatch.dylib ECEF88A0-245A-33C1-823D-3160E1F3D674 + 64736
CoreFoundation 37A3D601-9398-3DC2-9D00-1B162726A4C9 + 631448
CoreFoundation 37A3D601-9398-3DC2-9D00-1B162726A4C9 + 607992
CoreFoundation CFRunLoopRunSpecific + 572
GraphicsServices GSEventRunModal + 160
UIKitCore E136F680-E4B6-3BCE-8132-4A39EC1ED9FA + 11731664
UIKitCore UIApplicationMain + 164
Pgn App main + 128
libdyld.dylib FFBE9840-BC5A-338D-8AE0-C6FFE5E834CC + 4416
)
-[FIRMessaging connectWithCompletion:]: unrecognized selector sent to instance 0x281ae6680
 
Last edited:

webhost.company

Active Member
Licensed User
Longtime User
this test
It looks like you are using an old version of iFirebaseNotifications.

Are you using B4i v7.50? Are you using a local builder? Which version of iFirebaseNotifications?
FirebaseNotification version is 2.60
Yes I use a local builder
B4i version is 7.50
The local builder version is 7.26
The xCode version is 12.1
The mac version is 10.15.7
 
Upvote 0
Top