AloneMonkey / MonkeyDev

CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
GNU General Public License v3.0
6.46k stars 1.16k forks source link

MonkeyDev 什么时候支持Xcode15 #348

Closed Lunction closed 8 months ago

Lunction commented 9 months ago

libc++库导入不进去

Lunction commented 9 months ago

同样是 libc++库导入不进去,整个Runtimes文件拷贝进去也不行 image

降到14.3.1版本解决了

mengwq commented 9 months ago

可以在Other linker Flags中删掉/usr/lib/libc++.dylib和/usr/lib/libstdc++.dylib就可以了

camenling commented 9 months ago

可以在Other linker Flags中删掉/usr/lib/libc++.dylib和/usr/lib/libstdc++.dylib就可以了

这两个库没有在用?

LiuSky commented 8 months ago

可以在Other linker Flags中删掉/usr/lib/libc++.dylib和/usr/lib/libstdc++.dylib就可以了

这两个库没有在用?

不行的,还有在用。我也遇到了这个问题。只能降级到14了

LiuSky commented 8 months ago

已解决https://github.com/AloneMonkey/MonkeyDev/issues/349