From fa9f3c06c1dc516898a7d752c57a6ff2206241e1 Mon Sep 17 00:00:00 2001 From: captDaylight Date: Wed, 16 Sep 2020 14:44:56 -0400 Subject: [PATCH] Signing not under General for me --- docs/running-on-device.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-on-device.md b/docs/running-on-device.md index 98561a6ae32..ace0fc97dc1 100644 --- a/docs/running-on-device.md +++ b/docs/running-on-device.md @@ -53,7 +53,7 @@ If this is your first time running an app on your iOS device, you may need to re Register for an [Apple developer account](https://developer.apple.com/) if you don't have one yet. -Select your project in the Xcode Project Navigator, then select your main target (it should share the same name as your project). Look for the "General" tab. Go to "Signing" and make sure your Apple developer account or team is selected under the Team dropdown. Do the same for the tests target (it ends with Tests, and is below your main target). +Select your project in the Xcode Project Navigator, then select your main target (it should share the same name as your project). Look for the "Signing & Capabilities" tab. Go to "Signing" and make sure your Apple developer account or team is selected under the Team dropdown. Do the same for the tests target (it ends with Tests, and is below your main target). **Repeat** this step for the **Tests** target in your project.