Sorry I was going to type more but sent by mistake and figured you'd probably 
sort it out. 

armv7s is what the iPhone 5 uses. I'm assuming at some point you switched to 
Xcode 4.5 and the latest SDK so the standard compile includes armv7 and armv7s, 
so you need a library with both. 

You can change the build script of the static library so it does both, or it is 
possible to just remove armv7s from your actual final target build and just 
build for armv7, just means that certain operations won't take full advantage 
of the iPhone 5 hardware, whilst you get it figured out. AFAIK apps can be 
submitted like this too, but it's something I would strive for. This is all in 
the build settings. I would have thought just changing the static library build 
script to have the two architectures in the same format the final target build 
has them would 'just work' and build a 2 architecture static library. 

On 25 Sep, 2012, at 6:21 PM, Gavin Stokes <stokest...@gmail.com> wrote:

>> armv7s
>> 
>> 
>> note the s on the end.
> 
> Thanks.  What is armv7s, and how does one compile for it?  A quick
> search didn't reveal any obvious references to it online.  I'm using a
> build script for OpenSSL that configures the build for armv7.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to