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)を搭載したSnowLeopord10.6.6を使用しています