Skip to main content
Known Participant
July 17, 2011
Question

Compiling for Pre- 3GS iPhone

  • July 17, 2011
  • 1 reply
  • 336 views

Hello,

It says the following in the air ios settings documentation:

"AIR 2.6+ automatically adds armv7 and opengles-2 to the list of required capabilities." - http://goo.gl/MuscV

This restricts the compiled app from running on any pre-3gs devices. Does anyone know if it is possible to remove or override these required capabilites to target pre-3gs devices?

Thanks!

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
July 17, 2011

You can't make AIR2.6 or later create ARM6 code. Your easiest solution is to keep CS5 around, just for working on projects for the older devices. A harder solution would be to keep the PFI folder from CS5, and then use the command line to package for those devices, from your CS5.5 swf.