Export to GitHub

oauthconsumer - issue #3

Not includable in iPhone project


Posted on Aug 30, 2008 by Happy Ox

I currently can't figure out how to include the oauthconsumer framework in an iPhone app.

There seem to be some issues including third party frameworks and some other frameworks have released (jsonframework) have released versions which are precompiled and includable as additional SDKs for iPhone development.

Enabling iPhone development would be very nice.

Comment #1

Posted on Sep 5, 2008 by Swift Panda

I also tried, and found that Apple does not allow binary user frameworks to be added to Xcode for iPhone targets. However I copied all the source code to my app and it compiles and runs once you change the header includes from to "OA....h".

Comment #2

Posted on Sep 5, 2008 by Happy Ox

Comment deleted

Comment #3

Posted on Sep 5, 2008 by Happy Ox

I see now. Thanks!

I guess this issue can be closed then.

Comment #4

Posted on Oct 7, 2008 by Happy Rhino

@adrian.cockcroft is correct. The iPhone does not allow binary user frameworks. I will add a README that explains this now that the NDA has been lifted.

Comment #5

Posted on Dec 27, 2008 by Massive Rabbit

I've ported the code over so it can be used on the iPhone. Please contact me if you'd like it to be included in the main OAuthConsumer distribution.

Comment #6

Posted on Apr 24, 2009 by Helpful Elephant

Hi Cyrus, I would be interested in details on the steps needed to port it to the iPhone.

Comment #7

Posted on Apr 30, 2009 by Quick Camel

Hi Cyrus. I too would be interested in getting the details of the ported code that is compatible with the iPhone.

Comment #8

Posted on Apr 30, 2009 by Massive Rabbit

You can see my port here: http://code.google.com/p/metasyntactic/source/browse/#svn/trunk/iPhoneShared/External/OAuth

It may no longer be necessary (since i haven't been keeping up with the development here).

Feel free to email me directly if you have any questions: cyrusn@stwing.upenn.edu

Comment #9

Posted on Apr 30, 2009 by Helpful Elephant

Hi,

Since my comment above I have it working on the iphone - I just copied the source files into my iphone project, which all worked fine in the simulator. The only problem then was on the phone with the keychain extensions - which I just then removed as I was not using them - but I guess they could be made to work. Thanks Jon.

Regards, Chris

Comment #10

Posted on May 8, 2009 by Massive Rabbit

I found that I also had to remove all of the test classes since they have dependencies on SenTestingKit, which I am not using (though perhaps I should be...?)

Comment #11

Posted on May 18, 2009 by Massive Lion

Hey fellows. i'm fairly new to iPhone development. I followed the instructions in the wiki, compiled fine, but when i run the simulator, i get the following message:

dyld: Library not loaded: @executable_path/../Frameworks/OAuthConsumer.framework/Versions/A/OAuthConsumer Referenced from: /Users/hsabri/Library/Application Support/iPhone Simulator/User/Applications/0FD6336E-19C5-4533-A3A3-DB358BF0223A/ID.app/ID Reason: image not found

Does that look familiar to anyone?

Comment #12

Posted on May 25, 2009 by Helpful Elephant

Hi hsabri,

Looks like you have added the OAuth code as a dynamic library to your iphone project - you should add the classes directly, or compile it as a static library.

HTH, Chris

Comment #13

Posted on May 29, 2009 by Happy Panda

Comment deleted

Comment #14

Posted on May 29, 2009 by Happy Panda

Hi folks,

I'm having problems including this great looking framework in my iPhone app. I have followed the wiki instructions and compiled the framework and included it my app (had to change the frameworks Installation Directory to @executable_path/Frameworks) and added the new copy files build phase. It always builds successfully, but when I run the app I get a strange looking error for which I could not find an answer thus far:

dyld: Symbol not found: _CFXMLNodeGetInfoPtr Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Fra meworks/CoreFoundation.framework/CoreFoundation

Any ideas?

Comment #15

Posted on May 30, 2009 by Happy Panda

Ahh, have managed to resolve the issue by not including KeychainExtensions in the build. Great stuff!

Comment #16

Posted on Jul 28, 2009 by Quick Ox

Hi,

i'm triyng to include this framework in my iPhone app. When I try to build it, i have this error :

",objc_class_name_OAMutableURLRequest", referenced from: literal-pointer@_OBJC@_cls_refs@OAMutableURLRequest in MGTwitterEngine.o symbo(s) not found collect2 : Id returned 1 exit status

Someone have any ideas ?

Comment #17

Posted on Sep 29, 2009 by Grumpy Horse

"...resolve the issue by not including KeychainExtensions in the build..." I am getting the same error but can seem to fix it. I removed the Bundle Identifier, is that what you meant?

Thanks

Comment #18

Posted on Sep 16, 2010 by Massive Rhino

I'm having problems adding this to my project. I create a new group under Classes called "OAuthConsumer" and add all of the files from the repository checkout except for the Xcode-related project files. When I try to compile my project I get 25 warnings and 43 errors. Most of them seem to have something to do with SenTestingKit. Help please?

Comment #19

Posted on Sep 16, 2010 by Helpful Elephant

Hi,

There are probably better, more up-to-date libraries to use now, eg: - the Google one - http://code.google.com/p/gtm-oauth/ - Aral's - http://aralbalkan.com/3133

Regards, Chris

Comment #20

Posted on Sep 17, 2010 by Helpful Elephant

Oh, and of course, the new and improved Legend version: http://github.com/mattgemmell/MGTwitterEngine

Comment #21

Posted on Nov 2, 2010 by Helpful Elephant

Here is a sample based on the latest MGTwitterEngine - thanks to Aral:

http://github.com/aral/MGTwitterEngineDemo

Comment #22

Posted on Feb 21, 2011 by Massive Rhino

HEllo guys,

I added the framework adding the needed .h files as you pointed out before but then it seems that NSTask is not recognized,"expected specifier-qualifier-list before 'NSTask'", how can I fix that?

Thanks.

Status: Accepted

Labels:
Type-Defect Priority-Medium