Skip to content

Commit 086941b

Browse files
authored
Merge pull request #912 from marionbarker/working-docs
Add most-likely error if Add Identifiers fails
2 parents 466170d + 84c3efd commit 086941b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/browser/bb-errors.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,14 @@ If you want to try to solve it yourself, refer back to these section in the docu
104104
105105
### New Builder: Add Identifiers Error
106106
107-
If you succeeded with Validate Secrets, this should also succeed. If it does not, please [ask a mentor for help](#where-to-get-help-with-browser-build).
107+
If you succeeded with Validate Secrets, this should also succeed. If it does not, the most likely problem is with one of these keys. Perhaps when you saved them to your Secrets Reference file, there was a mistake or you used a smart editor that changed a small letter to a capital letter or inserted or removed a line break:
108+
109+
* `FASTLANE_KEY`
110+
* `FASTLANE_KEY_ID`
111+
112+
The `FASTLANE_KEY` can be taken from the `p8` file you downloaded. The other keys are all able to be copied again from your *Apple* Developer account page. See [Copy `API Key Secrets`](secrets.md#copy-api-key-secrets){: target="_blank" }.
113+
114+
Do not hesitate to [ask a mentor for help](#where-to-get-help-with-browser-build).
108115
109116
### New Builder: Create Certificates Error
110117

0 commit comments

Comments
 (0)