Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libOAuth.a armv7s unsupported #107

Open
danielphillips opened this issue Sep 16, 2012 · 7 comments
Open

libOAuth.a armv7s unsupported #107

danielphillips opened this issue Sep 16, 2012 · 7 comments

Comments

@danielphillips
Copy link

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

@jrobinsonuk
Copy link

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

@GevaZeichner
Copy link

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

@jrobinsonuk
Copy link

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
Copy link

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.hscsec.cnwrote:

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//issues/107#issuecomment-8731763.

@jrobinsonuk
Copy link

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
Copy link

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

@GevaZeichner
Copy link

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//issues/107#issuecomment-8739091.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants