mgtwitterengine

LibXML2.dylib and Xcode4

女生的网名这么多〃 提交于 2019-11-27 18:52:50
I just downloaded Xcode 4 and I cant seem to run my application as the MGTwitter... classes are complaining of a non inclusion error of LibXML2. I have imported it into the frameworks folder, and I have put the following in the header bit in the build settings $(SDKROOT)/usr/include/libxml2 But I am still getting 65 errors. Any ideas how to fix this? Try this: "$(SDK_DIR)"/usr/include/libxml2 sundsx LibXML2 library solved Many confusion around this issue. SOLUTION if you have both Xcode 4.3.x & Xcode 4.5 in /Application folder must add ONLY: /usr/include/libxml2 in Application TARGET > Header

IPhone + Twitter + LinkedIn + Facebook Error : Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

删除回忆录丶 提交于 2019-11-27 08:27:47
问题 I am using MGTwitterEngine oAuth and LinkedIn iOS SDK in my iOS application with facebook-ios-sdk TwitterEngine : https://github.com/bengottlieb/Twitter-OAuth-iPhone LinkedInIphone : https://github.com/ResultsDirect/LinkedIn-iPhone Both integrated well separately, But when I have used both in application then error coming FB + Twitter = working well FB + LinkedIn = Working Well FB + Twitter + LinkedIn = Not Working and giving error: Command /Developer/Platforms/iPhoneSimulator.platform

LibXML2.dylib and Xcode4

坚强是说给别人听的谎言 提交于 2019-11-26 22:44:11
问题 I just downloaded Xcode 4 and I cant seem to run my application as the MGTwitter... classes are complaining of a non inclusion error of LibXML2. I have imported it into the frameworks folder, and I have put the following in the header bit in the build settings $(SDKROOT)/usr/include/libxml2 But I am still getting 65 errors. Any ideas how to fix this? 回答1: Try this: "$(SDK_DIR)"/usr/include/libxml2 回答2: LibXML2 library solved Many confusion around this issue. SOLUTION if you have both Xcode 4

How to get user details using twitter api v1.1 (Twitter error 215)

泄露秘密 提交于 2019-11-26 16:18:09
问题 I have used the twitter api provided by twitter,to get the details but not able to execute it, even tried to pass the authentication data like consumer secret key, consumer key, token but the result is same. I am able to login and receiving twitter authentication token but not able to get user details. Below code is used by me (I am using MGtwitter engine) : NSMutableURLRequest *request =[[NSMutableURLRequest alloc]initWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"https://api