Skip to content

Commit a53995a

Browse files
committed
Add steps for enabling Crashlytics in Xcode
1 parent 37feeaa commit a53995a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/pn-setup-guide/configure-hemlock-app.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ This guide is for the mobile app developer.
2020
* Click "+ Capability" and add the "Background Modes" capability, then select "Remote notifications"
2121
* For cleanliness, move the newly created .entitlements file (drag it in Xcode to Source/pines_app/)
2222
* Close Xcode, then edit the project.pbxproj to fix the relative path `CODE_SIGN_ENTITLEMENTS = Source/pines_app/PINES.entitlements;`
23+
* Configure Xcode to produce and upload dSYMs for Crashlytics per the [Firebase instructions](https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?platform=ios)
24+
* Optionally enable the Firebase Console Debug View by adding `-FIRDebugEnabled` and `-FIRDebugDisabled` to your build scheme per the [Crashlytics >> Test your implementation](https://firebase.google.com/docs/crashlytics/test-implementation?platform=ios)

0 commit comments

Comments
 (0)