When I start the application from my .xcworkspace it crashes after splash screen and this gets logged:
2017-11-02 14:53:07.429164+0100 myapp[921:13765] [Firebase/Core][I-COR000012] Could not locate configuration file: 'GoogleService-Info.plist'.
2017-11-02 14:53:07.429768+0100 myapp[921:13765] [Firebase/Core][I-COR000005] No app has been configured yet.
2017-11-02 14:53:07.870175+0100 myapp[921:13087] *** Terminating app due to uncaught exception 'com.firebase.core', reason: '`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/.'
ios/myapp/
react-native 0.49.3
RNFirebase 3.0.3
yarn 1.2.1
After struggling with this for a while and right after opening this issue, I managed to solve this by:
Really don't know what happened because project used to start fine until yesterday.
Same problem happened to me, and following information gave me a way to fix for me,
https://github.com/firebase/quickstart-ios/issues/5
Hope this help
That solution saves my day.
https://github.com/firebase/quickstart-ios/issues/5#issuecomment-424437087
After struggling with this for a while and right after opening this issue, I managed to solve this by:
- Selected the .plist file inside XCode
- On the rightmost part of the screen I could see under "Target Membership" that my project's name was not flagged
- Flagging it starts the application correctly
Really don't know what happened because project used to start fine until yesterday.
Best answer on the internet ! Thanks !
Most helpful comment
After struggling with this for a while and right after opening this issue, I managed to solve this by:
Really don't know what happened because project used to start fine until yesterday.