iOS Question OTA Deployer not running

App Dude

Active Member
Licensed User
Longtime User
Hi,
I'm new to iOS development, and even apple devices in general.
I'm following this procedure here... https://www.b4x.com/android/forum/t...ibute-your-app-to-beta-testers.61672/#content
FWIW, when I "Download last build", I get an ipa file directly in the project's Objects folder, not an archive. I assume this just changed in the past 6 years since those instructions were written.
But when I double-click OTA_Deployer.jar to run it, nothing happens. I can extract the archive and see that there is content in there, but it won't run.
How can I diagnose/fix this?
Thanks.
 

App Dude

Active Member
Licensed User
Longtime User
Okay, I get an error:
Error: JavaFX runtime components are missing, and are required to run this application

Using "-verbose" doesn't get me any more info on the error.
I have Java 8 update 301 (64-bit) 8.0.3010.9
and Java SE development kit 16.0.2 (64-bit) 16.0.2.0

Should I have some other version?
 
Upvote 0
Top