PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM17] - How to generate iOS project for ARM7 instead of ARM6
[WM17] - How to generate iOS project for ARM7 instead of ARM6
Iniciado por guest, 05,ago. 2015 17:36 - 1 respuesta
Publicado el 05,agosto 2015 - 17:36
I have completed a mobile app for Android and am converting it to iOS.

The conversion works like a charm at WM17 end but when we try to compile the generated project in XCode on Mac OS X it gives errors as the library files are for ARM 6 while it needs library files for ARM 7.

How to get WM to generate required library files for ARM 7?

BTW I am using XCode 4.x as that is the only version compatible with my current OS version.

TIA

Yogi Yang
Publicado el 05,agosto 2015 - 19:41
Hi

You need to upgrade to 20. For many reasons, but one of them is that only 64 bits IOS apps are now allowed in the appstore, and only v20 knows how to create them

Best regards