我正在Theos
我的 iPhone 上开发一个通知中心小部件。
在makefile
我添加了“Twitter”框架并在我的项目中添加了<Twitter/Twitter.h>
.
当我编译小部件时,我得到一个“ Twitter/Twitter.h no such file or directory.
”。
如何添加此框架?谢谢
##编译 -------------你的------ ----------- your_FILES = your/xxx.m
##连接----------------框架------ -------- your_FRAMEWORKS = UIKit QuartzCore Foundation CoreFoundation CoreGraphics MobileCoreServices
your_FRAMEWORKS = SystemConfiguration CFNetwork
## 连接----------------dylib------ ------------
your_LDFLAGS = -lxml2 -lz -licucore