Skip to content

How to test crashlytics on iOS? #5749

Answered by mikehardy
zverexe asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there @zverexe - run it via the command line, not via Xcode, you can just make a debug page that is only present in debug builds, enable crashlytics logging in debug via firebase.json, run pod install (so firebase.json is ingested in the plist later when you build), re-build and run it.

You can examine our tests directory in the repo to see how we do it

"crashlytics_debug_enabled": true,
"crashlytics_disable_auto_disabler": true,
"crashlytics_auto_collection_enabled": true,
"crashlytics_is_error_generation_on_js_crash_enabled": true,

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zverexe
Comment options

Answer selected by mikehardy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants