PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM19 iOS project using WD19 external component
WM19 iOS project using WD19 external component
Iniciado por guest, 03,nov. 2014 12:33 - 2 respuestas
Publicado el 03,noviembre 2014 - 12:33
Hi,

We have some common functions (formulas) stored in an external WD19 component. This component is also used in a WM19 iOs project.

- When executed in the debugger the WM19 project runs fine.
- I'm also able to generate the xcode, and the iOS programmer can compile it and transfer it to the iPAd.
- When running on the iPad an error message appears telling the wdk file cannot be found. However the wdk file is included in the xcode.gen map of the project.

Anyone known whether this should be possible? Right now as an alternative I'm using an internal component (imported from the SCM).
Publicado el 03,noviembre 2014 - 15:13
Hi

If I remember correctly, component are currently NOT supported in Android and IOS

Best regards
Publicado el 05,noviembre 2014 - 12:19
Hi Fabrice,

Thanks for the reply. I'll just stick to internal components then...

Edwin