请教关于 uYouPlus 自行编译的问题

17次阅读

共计 1096 个字符,预计需要花费 3 分钟才能阅读完成。

1. 前言

大名鼎鼎的 uYouPlus 因为一些不可说的原因不再提供 ipa 文件
最后一个版本 v19.08.2-3.0.3 因为近期的更新使用起来也是碰到各种各样的问题
官方给提供了一个简要的 Building instructions

2. 关于 THEOS/sdks

2.1 uYouPlus 的 readme 文件说
A patched iOS 16.5 SDK (with Private Frameworks) in theos/sdks: https://github.com/theos/sdks

2.2 theos/sdks readme 说
To use with Theos, download this repo, extract, and copy whichever SDKs you desire into $THEOS/sdks/

请问下载完 theos/sdks 库之后需要放到特定的位置吗
instruction 说放到 $THEOS/sdks 位置 但是我运行

echo $THEOS/sdks
返回是空的?😭😓

还是 repo 随便放在一个位置直接

./create_patched_sdk.sh

3. 关于 THEOS/sdks 使用

create_patched_sdk.sh 给了一个简要的 usage case
Usage: create_patched_sdk.sh {use_simulator} {sdks_output_path} {no_overwrite} {no_warnings} {tbd_tool} {xcode_installation_path} {sdk_platform}

如果我只需要 iPhoneOS15.6.sdk 和 iPhoneOS16.5.sdk 请问这个 case 应该怎么写
我尝试了输出到当前 repo sdks 目录下

./create_patched_sdk.sh 0 sdks 0 0 ‘tbd’ /Applications/Xcode.app ‘iOS’

Provided tbd-tool (tbd) doesn’t exist or isn’t executable

4. 关于 uYouPlus
我尝试

./build.sh
并指定了一个 ipa 文件

Makefile:38: /makefiles/common.mk: No such file or directory.
Makefile:41: /aggregate.mk: No such file or directory.
Makefile:43: /tweak.mk: No such file or directory.
make: *** No rule to make target `/tweak.mk‘. Stop.
Failed building uYouPlus.

macOS 开发小白鼠恳请大佬们指点 😭😓

正文完
 0