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
+8-30Lines changed: 8 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,5 @@
1
1
## Help with Errors
2
2
3
-
!!! important "Browser Build Temporarily Unavailable for New Builders"
4
-
*Apple* made a modification in May 2025 that impacted Browser Build for builders who needed to renew their certificates or generate Identifiers.
5
-
6
-
A partial update was instituted on 13 June 2025 for Loop (with other apps like LoopCaregiver, LoopFollow and Trio updated about that time). This restored the ability for current builders to build again.
7
-
8
-
* If you previously built and had a valid certificate, you probably did not notice the issue
9
-
* If you previously built, but needed to renew your certificate, you were not able to build for a few weeks but that is now resolved
10
-
* If this is your first time building a particular app, then the ability to create **Identifiers** for that app is still impacted
11
-
* A solution is being tested but is not currently available in the released code
12
-
13
-
> Building with a Mac in not affected.
14
-
15
-
> If your Identifiers are configured, Browser Build works normally now.
16
-
17
-
18
3
!!! important "Get Help, Not Frustrated"
19
4
For first-time builders, there are a lot of one-time steps that all have to be correct and many screens look similar.
20
5
@@ -106,9 +91,6 @@ If you get an error in an Action. Click on the link and scroll down to view the
106
91
107
92
## New Builder: Quick Reference
108
93
109
-
!!! important "Browser Build Temporarily Unavailable for New Builders"
110
-
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.
111
-
112
94
### New Builder: Validate <code>Secrets</code> Error
113
95
114
96
This is the first step. If you have not succeeded (✅) with this action - STOP.
@@ -124,9 +106,6 @@ If you want to try to solve it yourself, refer back to these section in the docu
124
106
125
107
### New Builder: Add Identifiers Error
126
108
127
-
!!! important "Browser Build Temporarily Unavailable for New Builders"
128
-
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.
129
-
130
109
If you succeeded with Validate <code>Secrets</code>, this should also succeed. If it does not, please skip ahead to [Action: `Add Identifiers` Error`](#action-add-identifiers-errors).
131
110
132
111
Do not hesitate to [ask a mentor for help](#where-to-get-help-with-browser-build).
@@ -208,7 +187,9 @@ If necessary, enable the build action at your repository as shown in the graphic
208
187
209
188
### Rebuild: Create Certificates Error
210
189
211
-
With `Loop 3.6.0`, these should be a thing of the past - but you must first manually update (sync) your repository in order to get this feature added and you must do this new step [Add Variable](prepare-fork.md#add-variable){: target="_blank" }
190
+
With `Loop 3.6.1` or newer, these should be a thing of the past - but you must first manually update (sync) your repository in order to get this feature added and you must do this new step [Add Variable](prepare-fork.md#add-variable){: target="_blank" }.
191
+
192
+
> Note - we used to say with `Loop 3.6.0`, this was not longer an issue. However, Apple changed part of the infrastructure in May 2025 and it took us a while to get this fixed.
212
193
213
194
> Caveat - your Apple Developer account must be in good standing with a valid credit card attached and all agreements signed.
214
195
@@ -229,7 +210,7 @@ If you get an error when building with a browser, you can use this page to figur
229
210
230
211
If you have more than one Distribution Certificate, you may need to delete the oldest one using these instructions: [Revoke Extra Distribution Certificate](bb-errors.md#revoke-extra-distribution-certificate){: target="_blank" }.
231
212
232
-
* With `Loop 3.6.0` and newer, this should not happen. Make sure you [Add Variable](prepare-fork.md#add-variable){: target="_blank" } to automatically renew certificates.
213
+
* With `Loop 3.6.1` and newer, this should not happen. Make sure you [Add Variable](prepare-fork.md#add-variable){: target="_blank" } to automatically renew certificates. It only happened with `Loop 3.6.0` when Apple made a change to their infrastructure.
233
214
234
215
These are some of the most common errors to date.
235
216
@@ -786,14 +767,11 @@ Assuming you have successfully built using the Browser-Build / *GitHub* method b
786
767
787
768
## Handle the `FastLane API Key` Error
788
769
789
-
!!! important "Browser Build Temporary Issue"
790
-
*Apple* made a modification in May 2025 that impacted Browser Build for builders who needed to renew their certificates or generate Identifiers.
791
-
792
-
A partial update was instituted on 13 June 2025 for Loop (with other apps like LoopCaregiver, LoopFollow and Trio updated about that time). This restored the ability for current builders to build again.
793
-
794
-
* If you previously built and had a valid certificate, you probably did not notice the issue
795
-
* If you previously built, but needed to renew your certificate, you were not able to build for a few weeks but that is now resolved
770
+
This was never an actual error - but a procedure that worked briefly. There is no need to revoke and generate a new `FastLane API Key`.
796
771
772
+
!!! important "Browser Build Temporary Issue is Fixed with `Loop 3.6.2`"
773
+
*Apple* made a modification in May 2025 that impacted Browser Build for builders who needed to renew their certificates or generate Identifiers. With the release of `Loop 3.6.2`, these issues are resolved.
774
+
797
775
It took several weeks for the change at *Apple* to propagate through all the `API Keys`. Thus an adhoc fix worked initially but then stopped working. An update to fastlane (the code the communicates between *Apple* and *GitHub*) is now in the released Loop code (3.6.1 and newer).
798
776
799
777
We have removed the section on getting a new Fastlane API Key - that is not the solution to what turned out to be a change made by *Apple*.
Copy file name to clipboardExpand all lines: docs/browser/bb-overview.md
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,5 @@
1
1
## Build with a Browser
2
2
3
-
!!! important "Browser Build Temporarily Unavailable for New Builders"
4
-
*Apple* made a modification in May 2025 that impacted Browser Build for builders who needed to renew their certificates or generate Identifiers.
5
-
6
-
A partial update was instituted on 13 June 2025 for Loop (with other apps like LoopCaregiver, LoopFollow and Trio updated about that time). This restored the ability for current builders to build again.
7
-
8
-
* If you previously built and had a valid certificate, you probably did not notice the issue
9
-
* If you previously built, but needed to renew your certificate, you were not able to build for a few weeks but that is now resolved
10
-
* If this is your first time building a particular app, then the ability to create **Identifiers** for that app is still impacted
11
-
* A solution is being tested but is not currently available in the released code
12
-
13
-
> Building with a Mac in not affected.
14
-
15
-
> If your Identifiers are configured, Browser Build works normally now.
16
-
17
3
* <spantranslate="no">Loop 3</span> can be built with a web browser using <spantranslate="no">GitHub Actions</span>
18
4
* The app is then installed by you on your phone using the *TestFlight* app
19
5
* If you prefer to use *Xcode* on your *Mac*, head over to [Build with *Mac*](../build/overview.md){: target="_blank" }
Copy file name to clipboardExpand all lines: docs/browser/intro-summary.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,5 @@
1
1
## Summary of Steps
2
2
3
-
!!! important "Browser Build Temporarily Unavailable for New Builders"
4
-
New builders should probably wait a few days for the next update before attempting to build a new app. You can manually configure Identifiers (very tedious), and then build, but waiting is probably the right choice. You can do all the steps leading up the to the <code>Add Identifiers</code> action.
5
-
6
-
7
3
???+ info "Time Estimate (click to open/close)"
8
4
- If you have never built the *Loop* app (allow up to one week elapsed time)
9
5
* Request and get an <span>*Apple Developer* Account</span>: 1-2 days
Copy file name to clipboardExpand all lines: docs/browser/other-apps.md
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -150,11 +150,10 @@ The `Validate Secrets` <span class=notranslate>Action</span> should
150
150
151
151
## Add Identifiers
152
152
153
-
!!! important "Add Identifiers Temporarily Unavailable"
154
-
The Add Identifiers action does not work at this time.
153
+
!!! important "Add Identifiers were Temporarily Unavailable"
154
+
The Add Identifiers action stopped working for a time. The timing for the release of the fix for LoopCaregiver may be delayed slightly. It is fixed for dev branch of LoopFollow and will be released to LoopFollow main soon.
155
155
156
-
A solution is being tested but is not currently available in the released code.
157
-
For now, please be patient.
156
+
If you are a new builder and Add Identifiers does not work - please wait a day or two and try again.
158
157
159
158
Near the top middle of your Repository fork, click on the "Actions" tab.
160
159
@@ -226,12 +225,6 @@ Click to open this link in a new tab: [`Certificates, Identifiers & Profiles: Id
226
225
227
226
#### Table with Name and Identifier for `LoopCaregiver`
228
227
229
-
!!! important "Add Identifiers Temporarily Unavailable"
230
-
The Add Identifiers action does not work at this time.
231
-
232
-
A solution is being tested but is not currently available in the released code.
233
-
For now, please be patient.
234
-
235
228
All five of these identifiers should be found after running the `Add Identifier` action on *GitHub*.
236
229
237
230
If you do not see them, please sync your `LoopCaregiver` repository and then run the [`Add Identifier` action](identifiers.md#add-identifiers). The **`NAME`** might begin with an `XC` if you previously built with Xcode. However, the **`IDENTIFIER`** column value should match.
0 commit comments