Whenever I import Firebase and do FIRApp.configure()
in AppDelegate
, it crashes my app. Moreover, it crashes class AppDelegate: UIResponder, UIApplicationDelegate (Thread 1: signal SIGABRT) and it reports like this:
libc++abi.dylib: terminating with uncaught exception of type NSException (lldb).
I haven't worked even with storyboards.
Could you please help me to fix this crash?