Skip to content

Commit

Permalink
Merge pull request #1353 from Spidy123222/patch-1
Browse files Browse the repository at this point in the history
Change Xcode debugging note in README
  • Loading branch information
jpd002 authored Feb 19, 2024
2 parents 019d093 + 57c2ad4 commit ee8949d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ https://spidy123222.github.io/iOS-Debugging-JIT-Guides/

Play! implements automatic JIT activation through AltServer, which requires AltServer to be running on the same network as your iOS device. This can be enabled in the Settings menu of the emulator.

You can also build the emulator yourself and launch it through Xcode's debugger, but you will need to be tethered to your Mac while playing. You will also need a paid developer license to do that.
You can also build the emulator yourself and launch it through Xcode's debugger to enable JIT. This will require installing the iOS SDK. If you don't want to be tethered to Xcode, you can use the "Detach" button in the "Debug" section after attaching the debugger to the app proccess. After you detach the debugger, the debug process will stay on the app until the app's process ends.

**If you try to play a game without JIT enabled, you will experience a crash when you launch the game.**

Expand Down

0 comments on commit ee8949d

Please sign in to comment.