Open dolanmiu opened 6 years ago
Please share the repo.
@EddyVerbruggen getting the same issue on iOS.
See my previous comment.
@EddyVerbruggen @dolanmiu Adding Invites is causing the issue.
I fixed this issue by using the following json:
{
"external_push_client_only": false,
"using_ios": true,
"using_android": false,
"firestore": true,
"realtimedb": true,
"authentication": true,
"remote_config": false,
"performance_monitoring": false,
"messaging": false,
"crashlytics": false,
"crash_reporting": false,
"storage": true,
"functions": true,
"facebook_auth": true,
"google_auth": true,
"admob": false,
"invites": false,
"dynamic_links": false,
"ml_kit": false
}
This includes turning off invites as suggested by @shivgolani I also turned off Android for now to keep it simple
I deleted platforms/ios
just to be sure
Then it worked
On a fresh brand new project, when using this library, the Simulator stays on the Splash Screen.
No error. No Logs.
It just stays there
Edit: After about 5 minutes, it crashes to Home screen
Here is my
firebase.nativescript.json
: