You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/browser/bb-errors.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -345,7 +345,7 @@ For Version 3.4 and later - use [Examine Annotation](#examine-annotation) and re
345
345
346
346
## Action: `Add Identifiers` Errors
347
347
348
-
We used to be able to say that if `Validate Secrets` worked then so did `Add Identifiers`. That is still, mostly true, for new builders. But we are finding many experienced builders have to revoke their old `FastLane API Key` and generate a new one to be able to continue building. We don't know why, but it is happening a lot. If you are one of those experienced builders, head over to the [Handle the `FastLane API Key` Error](#handle-the-fastlane-api-key-error).
348
+
We used to be able to say that if `Validate Secrets` worked then so did `Add Identifiers`. That is still typically true for new builders. But we are finding many experienced builders have to revoke their old `FastLane API Key` and generate a new one to be able to continue building. We don't know why, but it is happening a lot. If you are one of those experienced builders, head over to the [Handle the `FastLane API Key` Error](#handle-the-fastlane-api-key-error).
349
349
350
350
If you are new builder who gets an error at `Add Identifiers`, please [ask a mentor for help](#where-to-get-help-with-browser-build).
351
351
@@ -806,7 +806,7 @@ Continuing on the same [webpage](https://appstoreconnect.apple.com/access/integr
806
806
```{ .text .copy }
807
807
FastLane API Key
808
808
```
809
-
3. Click in the box where is says start typing and a dropdown list appears - select Admin
809
+
3. Click in the box where it says start typing and a dropdown list appears - select Admin
810
810
4. Confirm the name and that "Admin" is selected and then click on the `Generate` button.
811
811
812
812
> {width="500"}
@@ -832,7 +832,7 @@ You need a new `FASTLANE_KEY_ID` and a new `FASTLANE_KEY`, but the `FASTLANE_ISS
832
832
2. Double-click to open the `AuthKey_AAAAAAAAAA.p8.txt` file. It will look similar to the screenshot below. You need to highlight **ALL OF THE CONTENTS** of that file and copy it and then paste it both into your Secrets Reference file and the value for `FASTLANE_KEY_ID` when you [Update Secrets](#update-secrets).
833
833
* **Click inside that file**
834
834
* Highlight **all** the text, and then
835
-
* Copy **all** the text to the clipboard (Cf. screenshot below).
835
+
* Copy **all** of the text to the clipboard (Cf. screenshot below).
836
836
* On a *Mac*, press ++command+"A"++ to select all, then press ++command+"C"++ to copy the selection.
837
837
* On a **PC**, press ++control+"A"++ to select all, then press ++control+"C"++ to copy the selection.
838
838
@@ -917,8 +917,8 @@ If you only have *one* Certificate of the `Distribution` type, similar to the gr
917
917
If you have two Certificates that have the `Distribution` type, select the oldest one and delete it.
918
918
919
919
* Carefully examine the Type column - do not delete a Development Certificate
920
-
* If you accidentally delete a Development Type certificate associated with an Xcode build for your app - it will stop working and you will be very sad
921
-
* Click on the oldest Distribution Certificate, select Revoke and confirm. If you have two with the same expiration date. Revoke both.
920
+
* If you accidentally delete a Development Type certificate associated with an Xcode build for your app, it will stop working and you will be very sad
921
+
* Click on the oldest Distribution Certificate, select Revoke and confirm. If you have two with the same expiration date, revoke both.
922
922
923
923
You will get an email informing you the certificate was revoked
924
924
@@ -992,7 +992,7 @@ The `Identifier` that is associated with the `Loop` identifier cannot be deleted
992
992
{width="700"}
993
993
{align="center"}
994
994
995
-
If coming here because you enter the wrong `TEAMID` in <code>Secrets</code> - return to [Rerun Steps with Correct TEAMID](#rerun-steps-with-correct-teamid) when you've deleted as many identifiers as you can.
995
+
If coming here because you entered the wrong `TEAMID` in <code>Secrets</code> - return to [Rerun Steps with Correct TEAMID](#rerun-steps-with-correct-teamid) when you've deleted as many identifiers as you can.
996
996
997
997
After you delete identifiers, you must add them back before you can build a given app. Configure them and build again.
0 commit comments