Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup-xcode-signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In order to build an iOS app with custom entitlements, you'll need to setup _cod
5. Select a physical device to build the app onto, and Xcode will add this device to your account.
6. Build the app onto your device.
1. You may need to "trust" the device you just added to the Xcode "Development Certificate". This is done from your iOS device.
2. Navigate: Settings > General > Device Management > [your new certificate] > Trust.
2. Navigate: Settings > General > VPN & Device Management > [your new certificate] > Trust.
Learn more: [Apple docs (MaintainingCertificates)](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html).

Now you can return to Expo CLI and build your project locally with `npx expo run:ios`. This process only needs to be done once per computer/account. You don't need to do this for every new native project.
Expand Down