bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

libOAuth.a armv7s unsupported #107

Open danielphillips opened 11 years ago

danielphillips commented 11 years ago

This library should now be compiled with Xcode 4.5 for the armv7s architecture, for iPhone 5 support.

jrobinsonuk commented 11 years ago

Emailed Ben today, he's since added support for armv7s architecture

GevaZeichner commented 11 years ago

It seems to drop support for armv6. Can it be added back?

jrobinsonuk commented 11 years ago

It's one or the other (armv6 & armv7 or armv7 & armv7s).

Xcode 4.5 (specifically iOS6 SDK) has dropped support for the armv6 architecture. You can't use the iOS6 SDK to build for development targets < iOS 4.3. My understanding of this is that you can either support iPhone 5 or legacy devices (2nd generation iPhone & iTouch and below) but not both.

You can use Xcode 4.5 to build for armv6 & armv7 architectures by following the post here: http://blog.chpwn.com/post/31824877081

I think you can revert to a previous version and have the armv6 and armv7 combination.

GevaZeichner commented 11 years ago

But it seems that TestFlight SDK does support all 3. https://testflightapp.com/sdk/release_notes/1.1/

On Thu, Sep 20, 2012 at 6:06 PM, James Robinson notifications@github.comwrote:

It's one or the other (armv6 & armv7 or armv7 & armv7s).

Xcode 4.5 (specifically iOS6 SDK) has dropped support for the armv6 architecture. You can't use the iOS6 SDK to build for development targets < iOS 4.3. My understanding of this is that you can either support iPhone 5 or legacy devices (2nd generation iPhone & iTouch and below) but not both.

You can use Xcode 4.5 to build for armv6 & armv7 architectures by following the post here: http://blog.chpwn.com/post/31824877081

I think you can revert to a previous version and have the armv6 and armv7 combination.

— Reply to this email directly or view it on GitHubhttps://github.com/bengottlieb/Twitter-OAuth-iPhone/issues/107#issuecomment-8731763.

jrobinsonuk commented 11 years ago

Libraries can support all three architectures, but it seems that the app cannot

I have combined the two libraries that have been available until now and the libOAuth.a that I have uploaded to https://github.com/jrobinsonuk/libOAuth-library--iOS6- now supports armv6 armv7 armv7s and i386 (iphone simulator). I have sent a copy to the dev and he can choose to upload/regenerate them for this repo

GevaZeichner commented 11 years ago

Looks great, thanks! How can I do the same for my own lib?

GevaZeichner commented 11 years ago

Never mind. Got it, using lipo. :)

Sent from my iPhone

ב-20 בספט 2012, בשעה 20:44, James Robinson notifications@github.com כתב/ה:

Libraries can support all three architectures, but it seems that the app cannot

I have combined the two libraries that have been available until now and the libOAuth.a that I have uploaded to https://github.com/jrobinsonuk/libOAuth-library--iOS6- now supports armv6 armv7 armv7s and i386 (iphone simulator). I have sent a copy to the dev and he can choose to upload/regenerate them for this repo

— Reply to this email directly or view it on GitHubhttps://github.com/bengottlieb/Twitter-OAuth-iPhone/issues/107#issuecomment-8739091.