Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/advanced/jit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ description: A tutorial on how to enable Just-in-Time (JIT) Compilation for apps
---

:::note
iOS 26 has broken JIT once again. A fix will be released to StikDebug after the iPhone 17 releases.
iOS 26 has broken JIT once again. An update has been released to StikDebug with a fix, but support is **very** limited. As of writing (Sep 16), the only supported apps are:
* UTM
* Amethyst
* MeloNX
* maciOS (not fully released)

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.

There are many methods to enabling JIT, such as AltJIT, SideJITServer, and more. This tutorial will cover the use of StikDebug (formerly StikJIT), as it is the method we currently recommend. For more information, consult the [official StikDebug pairing guide](https://github.com/StephenDev0/StikDebug-Guide/blob/main/pairing_file.md).

Expand Down