A workaround has been found for using just-in-time (JIT) compilation in the iOS debugger of iOS 18.4 developer beta 1.The method involves utilizing the debugger for JIT on iOS & iPadOS platforms.The hacky workaround uses split rx/rw regions to make the debugger write to memory pages for JIT compilation.Since Apple may patch this workaround, it is both tedious and may not work in the future.