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
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -154,9 +154,6 @@ Ignore the warnings - this does not affect the build.
154
154
155
155
## Rebuild Errors: Quick Reference
156
156
157
-
!!! check "Browser Build is Working Again"
158
-
New builders can build at this time but only if they manually create Identifiers and configure each Identifier with the required capabilities. It is recommended that new builders wait for the next fix to be released.
159
-
160
157
### `Check Upstream and Keep Alive` Error
161
158
162
159
!!! important "`Check Upstream and Keep Alive` Error"
@@ -271,8 +268,6 @@ This is an example of a message that is not terribly descriptive - which is why
271
268
272
269
If your certificates have expired and you do not have the ENABLE_NUKE_VARIABLE configured, you will see this error when you try to build. It does not have a clear annotation. The error string starts with: `No code signing identity found and`. The phrase ends with `can not create a new one because you enabled readonly` but the `readonly` has backquotes around it. Sometimes, the phrase uses `cannot` and in other cases `can not`.
273
270
274
-
> The first automatic build when Loop 3.6.x is released will update the files required for automatic certificate creation. The next automatic build will use the new files. So if the first attempt with Loop 3.6.x fails, try again.
275
-
276
271
{width="800"}
277
272
{align="center"}
278
273
@@ -302,7 +297,7 @@ This section is required when you need to search for a string to diagnose and er
302
297
If there are *Apple* Developer agreements you have not accepted, you may get errors when you try to Build that indicate your *Apple* <code>Secrets</code> are incorrect even if they are not.
303
298
304
299
* The misleading message tells you that one or more of these: <code>FASTLANE_ISSUER_ID</code>, <code>FASTLANE_KEY_ID</code> or <code>FASTLANE_KEY</code> is not correct
305
-
* Once `Loop 3.6.0` or newer is available, this should no longer appear unless you have a mistake in one of those
300
+
* With `Loop 3.6.0` or newer, this should no longer appear unless you have a mistake in one of those
306
301
* Check your *Apple* Developer account for agreements first, before trying to fix those `Secrets`
307
302
* If you previously built successfully - it is almost certainly the agreement
308
303
* It can take 15 minutes to an hour after the agreement is signed before it can be used
0 commit comments