This commit is contained in:
Maurice Parker 2020-03-28 11:25:54 -05:00
commit 0dfc4d21d5
4 changed files with 16 additions and 0 deletions

View File

@ -63,6 +63,9 @@ DEVELOPER_ENTITLEMENTS = -dev
PROVISIONING_PROFILE_SPECIFIER = PROVISIONING_PROFILE_SPECIFIER =
``` ```
You can use Keychain Acceass to [find your development team ID](/Technotes/FindingYourDevelopmentTeamID.md).
Note that `PROVISIONING_PROFILE_SPECIFIER` should not have a value associated with it.
Now you should be able to build without code signing errors and without modifying Now you should be able to build without code signing errors and without modifying
the NetNewsWire Xcode project. the NetNewsWire Xcode project.

View File

@ -0,0 +1,13 @@
# Finding Your Development Team ID
* Open Keychain Access on your development machine.
* On the left hand side, make sure "My Certificates" is selected.
* Find the certificate that reads `Apple Development: <Your Name>`
![DevelopmentTeamID](Images/DevelopmentTeamID.png)
* Right click on the certificate and select "Get Info".
![DevelopmentTeamIDInfo](Images/DevelopmentTeamIDInfo.png)
Your **Development Team ID** is the value next to **Organizational Unit**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB