-
Notifications
You must be signed in to change notification settings - Fork 155
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
Comments
Emailed Ben today, he's since added support for armv7s architecture |
It seems to drop support for armv6. Can it be added back? |
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. |
But it seems that TestFlight SDK does support all 3. On Thu, Sep 20, 2012 at 6:06 PM, James Robinson notifications@git.luolix.topwrote:
|
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 |
Looks great, thanks! |
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 I have combined the two libraries that have been available until now and — |
This library should now be compiled with Xcode 4.5 for the armv7s architecture, for iPhone 5 support.
The text was updated successfully, but these errors were encountered: