ios - Add Twitter.framework to Theos on iPhone -


i'm developing notification center widget theos on iphone.

in makefile added "twitter" framework , in project added <twitter/twitter.h>.

when compile widget "twitter/twitter.h no such file or directory.".

how can add framework? thanks

##编译 ----------------------------yours----------------------------- your_files = your/xxx.m

##连接 ----------------------------framework-------------------------- your_frameworks = uikit quartzcore foundation corefoundation coregraphics mobilecoreservices

your_frameworks = systemconfiguration cfnetwork

##连接 ----------------------------dylib------------------------------

your_ldflags = -lxml2 -lz -licucore


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -