【编译】问题 1
Makefile:1:/makefiles/common.mk: No such file or directory
Makefile:6: /tweak.mk: No such file or directory
解决方案
改为 include /opt/theos/makefiles/common.mk
改为 include /opt/theos/makefiles/tweak.mk
【编译】问题 2
Last login: Mon May 7 15:23:27 on ttys009
qingweideMacBook-Pro:~ qingwei$ cd /Users/qingwei/Desktop/lookproject
qingweideMacBook-Pro:lookproject qingwei$ make
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
==> Error: You do not have any SDKs in /Library/Developer/CommandLineTools/Platforms/iPhoneOS.platform/Developer/SDKs or /opt/theos/sdks.
make: *** [before-all] Error 1
解决方案
qingweideMacBook-Pro:lookproject qingwei$ sudo xcode-select --switch /Applications/Xcode.app
【编译】 问题 3【少写了个“;”】