twitterkit - Añadir Twitter.framework a Theos en iPhone
twtrtwitter (1)
## 编译 ---------------------------- tuyo ------------------ ----------- your_FILES = su / xxx.m
## 连接 ---------------------------- marco ------------------ -------- your_FRAMEWORKS = UIKit QuartzCore Foundation CoreFoundation CoreGraphics MobileCoreServices
your_FRAMEWORKS = SystemConfiguration CFNetwork
## 连接 ---------------------------- dylib ------------------ ------------
your_LDFLAGS = -lxml2 -lz -licucore
Estoy desarrollando un widget de centro de notificación con Theos
en mi iPhone.
En makefile
agregué el framework "Twitter" y en mi proyecto agregué <Twitter/Twitter.h>
.
Cuando compilo el widget obtengo un " Twitter/Twitter.h no such file or directory.
".
¿Cómo puedo agregar este marco? Gracias