我刚开始玩 THEOS,发现它很好用。但不幸的是,我发现了以下错误。
theos/makefiles/common.mk:64: //makefiles/legacy.mk: No such file or directory
theos/makefiles/common.mk:77: *** You did not specify a target, and the "" platform does not define a default target. Stop.
我的makefile是
SDKVERSION=5.0
TARGET=iphone
TWEAK_NAME = Sample
Sample_FILES = Tweak.xm
include theos/makefiles/common.mk
include $(THEOS_MAKE_PATH)/tweak.mk
我尽我所能尝试了所有方法,但此时没有运气。有人对此有解决方案吗?
提前致谢。
顺便说一句,我在使用 XCode 3.2.3(iphone sdk 4.0)的 Snow Leopord 10.6.6