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

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

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -