Skip to content

Commit e589e18

Browse files
Updated errors for 26.4+.
1 parent 9ea1a9f commit e589e18

4 files changed

Lines changed: 22 additions & 14 deletions

File tree

docs/advanced/jit.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ description: A tutorial on how to enable Just-in-Time (JIT) Compilation for apps
44
---
55

66
:::note
7-
iOS 26 has broken JIT once again. An update has been released to StikDebug with a fix, but support is limited. As of writing (Dec 18), the only supported apps are:
7+
iOS 26 has broken JIT once again. An update has been released to StikDebug with a fix, but support is limited. As of writing (May 3 2026), the only supported apps are:
88
* UTM
99
* Amethyst
1010
* MeloNX
1111
* maciOS
1212
* DolphiniOS (beta)
1313
* Geode
14-
* Manic EMU
14+
* Manic EMU (select cores)
15+
* Flycast (iOS 26 fork)
16+
* MeloCafe
1517

1618
Please keep an eye on our announcements channel in our Discord server and on the [idevice server](https://discord.gg/mACqxMxP3X)'s announcements and compatibility channels for further updates.
1719

docs/troubleshooting/common-issues.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ Check our helpful [list of error codes](error-codes)!
2828
#### Cause
2929
Connection issues with the minimuxer service.
3030
#### Resolution
31+
Try refreshing after each step. If they don't work, proceed to the next.
3132
1. If using WireGuard or StosVPN, switch to LocalDevVPN
3233
2. Turn off any DNS-blockers
33-
3. Ensure your VPN app (LocalDevVPNg) and Wi-Fi are both connected
34+
3. Ensure LocalDevVPN and Wi-Fi are both connected
3435
4. Try again (spamming the button sometimes helps)
3536
5. Restart SideStore
3637
6. Restart LocalDevVPN

docs/troubleshooting/error-codes.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ This means that SideStore could not locate the file to download or install, most
3939

4040
This means that your pairing file has been corrupted. [Replace it using iloader](/docs/advanced/pairing-file).
4141

42+
If you are on iOS 26.4+, navigate to the Settings App → Wi-Fi. To the right of your network name, select the blue "ⓘ". Toggle "Private Wi-Fi Address" from "Fixed"/"Rotating" to "Off". Now reboot your device and replace your [replace your pairing file using iloader](/docs/advanced/pairing-file). Note: we only recommend doing this on your personal home Wi-Fi network, and never on a public network.
43+
4244
### (1007) This app is in an invalid format.
4345
`SideStore.OperationError 1007`
4446

@@ -96,6 +98,8 @@ This means you are attempting to enable JIT on an unsupported iOS version. SideS
9698

9799
Ensure Wi-Fi and LocalDevVPN are both connected. If the error doesn't resolve, [replace your pairing file with iloader](/docs/advanced/pairing-file).
98100

101+
If you are on iOS 26.4+, update to SideStore (nightly).
102+
99103

100104
## Apple Developer Errors
101105
### (3000) An unknown error occurred.

docs/troubleshooting/troubleshooting.mdx

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,21 @@ If you encounter freezing or error codes while attempting to sign in to SideStor
4545
Another common issue during sign-in is not receiving a verification code when using your Apple Account with SideStore. This can be resolved by following these steps:
4646
<Tabs>
4747
<TabItem value="18.1" label="iOS/iPadOS 18.1+">
48-
1. Visit [iCloud](https://www.icloud.com) on a web browser.
49-
2. Click "Sign In."
50-
3. You may be prompted with see two options: "Sign In" and "Use Different Apple Account."
51-
- Select the bottom option, "Use Different Apple Account."
52-
4. Enter your Apple Account identifier (email address or phone number) and password (don't select "Sign in with iPhone" or "Sign in with Passkey").
53-
5. Apple will send you a verification code.
54-
- Use this code in SideStore to complete the sign-in process.
48+
1. Open the "Settings" app.
49+
2. Tap on your name/account at the top of the screen.
50+
3. Disable Wi-Fi and Cellular Data.
51+
4. Tap "Sign-In and Security".
52+
5. Tap "Get Verification Code".
53+
6. Enter this code in SideStore.
54+
5555
</TabItem>
5656
<TabItem value="18" label="iOS/iPadOS 18.0.1 and below">
5757
1. Open the "Settings" app.
58-
2. Tap on your name at the top of the screen.
59-
3. Navigate to "Sign-In and Security."
60-
4. Select "Two-Factor Authentication."
61-
5. Choose "Get Verification Code."
58+
2. Tap on your name/account at the top of the screen.
59+
3. Navigate to "Sign-In and Security".
60+
4. Select "Two-Factor Authentication".
61+
5. Choose "Get Verification Code".
62+
6. Enter this code in SideStore.
6263
</TabItem>
6364
</Tabs>
6465

0 commit comments

Comments
 (0)