第一个tweak程序报错

我编写完Makefile和tweak.xm文件后,使用make命令报错/Desktop/MyTweaks/fiesttweak/theos is not writable. Please run /Desktop/MyTweaks/fiesttweak/theos/bin/bootstrap.sh substrate` manually, with privileges.
make: *** [before-all] Error 1

后来在网上搜说用sudo make 但是也报错
theos/makefiles/common.mk:4: *** Do not use ‘sudo make’. Stop.

第一次编写tweak程序,网上是在找不到答案,忘大侠指点

嗯,我按那个修改了,现在又报
Tweak.xm:3:8: fatal error: ‘SpringBoard/SpringBoard.h’ file not found
#import<SpringBoard/SpringBoard.h>

会不会是xcode的问题

<SpringBoard/SpringBoard.h>
不存在,需要你手动构造

我看书上没有提构造这一说啊,这个不是系统的类吗?

P41的部分,你再好好看看