savingMobileStandalone pTargetType value

If you find an issue in LiveCode but are having difficulty pinning down a reliable recipe or want to sanity-check your findings with others, this is the place.

Please have one thread per issue, and try to summarize the issue concisely in the thread title so others can find related issues here.

Moderator: Klaus

Post Reply
trevix
Posts: 1064
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

savingMobileStandalone pTargetType value

Post by trevix » Wed May 07, 2025 8:08 am

Hello.
Only after having lost a great deal of time, I found a problem related to the value returned by savingMobileStandalone pTargetType.
It could be a LC dictionary problem or the fact that I am deveolping on OSX Sequoia, LC 10.0.1RC3 (LC 10.0.2RC2 is giving me too many problems).

The dictionary states:
pTargetType enum One of the following items:
"simulator"
"device"
I can confirm the following value on pTargetType:
Test on iOS simulator: "ios simulator"
Adb test on hardware: "ios device", "android test"
Saving a bundle: "ios device","android release"
I think we are missing some consistency.
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

Post Reply