ARMV7S

958
9
Jump to solution
09-15-2012 03:03 PM
BrettBe
New Contributor
Can we please get a statement on support for the iPhone 5's ARMV7S architecture.
0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor
The ARMV7S architecture is not supported with the current ArcGIS Runtime SDK for iOS. You must remove that from the "valid architectures" list.

In future, we'll support it.

Regards,
Nimesh

View solution in original post

0 Kudos
9 Replies
JamesRichards1
Occasional Contributor
Bump - I would like to know the answer to this as well. Thanks.

PS - you can remove the armv7s setting from valid architectures until the framework is updated. See here:
http://stackoverflow.com/questions/12402092/file-is-universal-3-slices-but-does-not-contain-an-armv7...
0 Kudos
BrettBe
New Contributor
Bump - I would like to know the answer to this as well. Thanks.

PS - you can remove the armv7s setting from valid architectures until the framework is updated. See here:
http://stackoverflow.com/questions/12402092/file-is-universal-3-slices-but-does-not-contain-an-armv7...


I'm fairly certain this will result in a rejection if you include a Default-568h@2x.png.
0 Kudos
JamesRichards1
Occasional Contributor
I'm fairly certain this will result in a rejection if you include a Default-568h@2x.png.


I'll find out soon enough!
0 Kudos
BrettBe
New Contributor
I'll find out soon enough!


Keep me posted. I'm about to upload a binary like that tomorrow.
0 Kudos
NimeshJarecha
Esri Regular Contributor
The ARMV7S architecture is not supported with the current ArcGIS Runtime SDK for iOS. You must remove that from the "valid architectures" list.

In future, we'll support it.

Regards,
Nimesh
0 Kudos
JamesRichards1
Occasional Contributor
Keep me posted. I'm about to upload a binary like that tomorrow.


Brett, My app was compiled and submitted with:

  • armv7s removed

  • base sdk: iOS 6

  • deployment target: iOS 5

  • included Default-568h@2x.png with support for new screen size


It passed review in 2 days. Good luck!
0 Kudos
ThaneMorgan
New Contributor
Can we get a sense of the timing for ARMV7S support?

[INDENT]1) Working on it now, will be out shortly.
2) Planning to work on it, will get started soon.
3) Want to start working on it, will start after higher priorities are completed.
[/INDENT]
0 Kudos
DiveshGoyal
Esri Regular Contributor
4) None of the above 🙂

In reality, it is somewhere between 2 & 3.
0 Kudos
NimeshJarecha
Esri Regular Contributor
Hi All,

ArcGIS Runtime SDK for iOS v2.3.2 Released : iOS 6 support for your apps

Note:
Make sure to remove the armv7s entry (if it exists) from the Valid Architectures setting of your XCode project. This entry is automatically added by XCode 4.5 for new projects.The setting is meant to optimize the application binary for iPhone 5�?�s A6 processor, but the ArcGIS library currently does not include an armv7s slice.

Regards,
Nimesh
0 Kudos