1. Just 32 bit 3. I think our default includes 9.x. You can override it via build hint but it probably isn't necessary 4. Not sure.
On Monday, April 19, 2021 at 9:10:35 AM UTC+3 P5music wrote: > > I see on this page > > https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes > that > "The Xcode 12 release supports on-device debugging for iOS 9 and later" > Maybe it is true for the version of XCode you have on the server too. > > 1) if I set ios.debug.archs=armv7 will it include the 32 bit version or > it will compile only 32 bit version? > 2) ok > 3) I watched this video > > https://www.bing.com/videos/search?q=How+to+Add+an+Older+iOS+Device+to+Xcode+Deployment+-+YouTube&docid=608007407436967562&mid=AEDA884EF40440FF698DAEDA884EF40440FF698D&view=detail&FORM=VIRE > and it seems that it is possible to a certain amount to override the > minimum targeted version in new XCode. Is that true for you too? > 4) Are those old devices also prevented from downloading my app from the > AppStore? > Regards > > Il giorno lunedì 19 aprile 2021 alle 03:49:02 UTC+2 Shai Almog ha scritto: > >> You need to explicitly set 32 bit mode for this device to work using >> ios.debug.archs=armv7 >> The device UDID needs to be in your provisioning profile for this to work >> as well. >> It might still not work since the newer version of xcode we have on the >> server might block older devices. This is outside of our hands. >> >> On Sunday, April 18, 2021 at 5:15:07 PM UTC+3 P5music wrote: >> >>> I sent a successful iOS Debug build >>> but installation on real iOS device is not successfull as well. >>> iPad 2 (2011) >>> Model MC769TY/A >>> iOS Version 9.3.5 >>> is this device supported? >>> It happens both with link or .ipa file. >>> In the attached images you can see the error: >>> "Impossible to download the app >>> At present time it is impossible to download the app" >>> It is translated, so I do not know what the error is like in english >>> language. >>> The provisioning certificate includes the ID of the device. >>> Thanks >>> >>> -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/3fbcee65-41cb-48fd-a0de-186b15dddc15n%40googlegroups.com.
