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:
I can confirm the following value on pTargetType:pTargetType enum One of the following items:
"simulator"
"device"
I think we are missing some consistency.Test on iOS simulator: "ios simulator"
Adb test on hardware: "ios device", "android test"
Saving a bundle: "ios device","android release"