iOS theos error: нет такого каталога sys root: '' - PullRequest
0 голосов
/ 06 мая 2020

При создании пакета для моей настройки на theos возникает следующая ошибка:

==> Compiling Tweak.x (arm64)…
arm64-apple-darwin14-clang-3.9: error: no such sysroot directory: ''
make[3]: *** [/opt/theos/makefiles/instance/rules.mk:260: /home/disposauc3/notchsound/.theos/obj/debug/arm64/Tweak.x.66b6e231.o] Error 1
make[2]: *** [/opt/theos/makefiles/instance/library.mk:33: /home/disposauc3/notchsound/.theos/obj/debug/arm64/NotchSound.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
==> Preprocessing Tweak.x…
==> Compiling Tweak.x (arm64e)…
arm64-apple-darwin14-clang-3.9: error: invalid arch name '-arch arm64e'
arm64-apple-darwin14-clang-3.9: error: no such sysroot directory: ''
make[3]: *** [/opt/theos/makefiles/instance/rules.mk:260: /home/disposauc3/notchsound/.theos/obj/debug/arm64e/Tweak.x.f8065b36.o] Error 1
rm /home/disposauc3/notchsound/.theos/obj/debug/arm64e/Tweak.x.m
make[2]: *** [/opt/theos/makefiles/instance/library.mk:33: /home/disposauc3/notchsound/.theos/obj/debug/arm64e/NotchSound.dylib] Error 2
make[1]: *** [/opt/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
make: *** [/opt/theos/makefiles/master/rules.mk:111: NotchSound.all.tweak.variables] Error 2

«no such sys root directory» буквально ничего не показывает, поэтому я не могу найти, откуда возникла ошибка.

Я использую ios 9.2 SDK, теос на Ubuntu WSL на Windows 10

спасибо за вашу помощь!

...