【发布时间】:2014-02-01 19:19:08
【问题描述】:
这是我的 Tweak.xm:
%hook Blockhead
-(float)health {
return 1;
}
%end
但是当我尝试编译它时总是得到这个错误:
make: xcode-select: Command not found
/var/mobile/myTweak/theos/makefiles/targets/Darwin/iphone.mk.21:
*** first argument to `word' function must be greater than 0. Stop.
任何帮助将不胜感激
【问题讨论】:
-
两个答案都是错误的。问题是您没有 SDK。 iphonedevwiki.net/index.php/Theos/Getting_Started