I have done sample on posting tweet messages on iOS 5 and it works great. And I have weak linked the Twitter framework on iOS 5. But when I run the same app on iOS 4.2, it throws me an error like below:
error: Twitter/Twitter.h: No such file or directory
How can I fix this issue? Please help me out.
Note: On the iOS 5 development machine - I've done sample project using Twitter API and it works fine, and tested on iOS 5 device also. Now trying to get support for iOS4.2, I started working on iOS 4.2 development machine. Now I get the same error:
error: Twitter/Twitter.h: No such file or directory.
I don't know how to address this error. Since I need to get support for 4.2, I have to work on iOS4.2 development machine. But I'm not able to compile. Please help.