iOS 18手机不越狱玩MC java版---PojavLauncher

环境

手机: iPhone SE 3

iOS: 18.1.1

电脑操作系统:macOS Sequoia 15.1.1

步骤

电脑上安装altstore

https://altstore.io/

直接下载自己操作系统对应的版本即可。

安装altstore到手机

以下是我记忆中的步骤,关键步骤我提一下

  1. 手机连接电脑,手机上会提示信任这台电脑,输入密码之类的。
  2. macOS 的任务栏会有altstore的图标,鼠标点它,==> Install altstore...
  3. 手机上就会安装一个altstore的app了,然后暂时不能直接打开,要在设置中点击信任什么的。详细步骤见:https://faq.altstore.io/altstore-classic/how-to-install-altstore-macos

安装PojavLauncher

手机上打开altstore,并在下面的tab页中点第2个sources,然后 点击 左上角的+号,选择:PojavLauncher Repository。增加一个源。

然后就可以找到PojavLauncher的应用图标了,点击就可以安装了。非常的容易。

当然安装会比较慢,可以尝试proxy加速一下。

JIT权限

安装以后可以打开了,但是因为没有开启JIT权限 游戏是玩不了的。

macOS 中安装xcode

altstore虽然没有要求一定要安装xcode,我是安装了xcode的。建议安装一下。

安装一下pymobiledevice3

yaml 复制代码
/Applications/Xcode.app/Contents/Developer/usr/bin/python3 -m pip install -U pymobiledevice3

点完以后可能要等待个几分钟时间。

然后我这边报错如下:

bash 复制代码
Error Description
The process 'altjit' failed with code 1. The process 'python3' failed with code 1. requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(1362 bytes read, 8878 more expected)', IncompleteRead(1362 bytes read, 8878 more expected))

Failure Reason
The process 'altjit' failed with code 1. The process 'python3' failed with code 1. requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(1362 bytes read, 8878 more expected)', IncompleteRead(1362 bytes read, 8878 more expected))

Title
JIT could not be enabled for PojavLauncher.

Source Line
96

executableURL
file:///Applications/AltServer.app/Contents/MacOS/altjit

exitCode
1

output
Mounting personalized developer disk...
❌ Unable to mount personalized Developer Disk.
The process 'python3' failed with code 1. requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(1362 bytes read, 8878 more expected)', IncompleteRead(1362 bytes read, 8878 more expected))

参考

https://faq.altstore.io/altstore-classic/altjit

相关推荐
iceiceiceice1 天前
iOS PDF阅读器段评实现:如何从 PDFSelection 精准还原一个自然段
前端·人工智能·ios
ssshooter2 天前
Tauri 踩坑 appLink 修改后闪退
前端·ios·rust
二流小码农2 天前
鸿蒙开发:上传一张参考图片便可实现页面功能
android·ios·harmonyos
开心就好20253 天前
UniApp开发应用多平台上架全流程:H5小程序iOS和Android
后端·ios
开心就好20253 天前
免 Xcode 的 iOS 开发新选择?聊聊一款更轻量的 iOS 开发 IDE kxapp 快蝎
后端·ios
恋猫de小郭3 天前
Apple 的 ANE 被挖掘,AI 硬件公开,宣传的 38 TOPS 居然是"数字游戏"?
前端·人工智能·ios
忆江南4 天前
iOS 深度解析
flutter·ios
没有故事的Zhang同学4 天前
05-主题|事件响应者链@iOS-应用场景与进阶实践
ios
FeliksLv4 天前
尝试给Lookin 支持 MCP
ios
没有故事的Zhang同学4 天前
01-研究系统框架@Web@iOS | JavaScriptCore 框架:从使用到原理解析
ios