I create an app with the Ionic Framework.
On IOS / XCode : I have an error that appear when I build (with succeed) my app on XCode. This error is on the main.m "Thread 1 : signal SIGABRT"
Someone know where did this error come from? How to resolve it ?
In my all exceptions breakpoint "objc_exception_throw in libobjc.A.dylib" and "_cxa_thrpw in libc++abi.dylib"
This breakpoint emphasizes the line "[FIRApp configure]; " in my AppDelegate+FirebasePlugin.m
Screen of AppDelagate+FirebasePlugin.m
Thanks in advance !