开发者

Twitter API Problem iPad

开发者 https://www.devze.com 2023-01-06 22:05 出处:网络
iam using TwitterRequest API for my ipad app\'s twitter client ! but i don\'t know why application going to crash after user tap the tweet buttonand debugger doesn\'t detect any bug !!!!

iam using TwitterRequest API for my ipad app's twitter client ! but i don't know why application going to crash after user tap the tweet button and debugger doesn't detect any bug !!!! i use this tutorial :

http://icodeblog.com/2009/07/09/integrating-twitter-into-your-appli开发者_StackOverflowcations/

but it seems doesn't work on SDK 4.0! any solution ? thank you .


Try running you application with the debugger and single step through the code that is executed when the user taps the button.

Once you have located the exact line that causes the crash, it should be possible to narrow down the reason by inspecting variables, etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消