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
Post a Comment