gluonhq / gluon-samples

Gluon sample projects
298 stars 166 forks source link

App ios crash immediately #134

Closed websystemtechnology closed 2 years ago

websystemtechnology commented 2 years ago

After executing the commands ./gradlew nativeBuild, ./gradlew nativaPackage, I run the command ./gradlew nativeRun on the mac but the app crashes immediately after a few seconds of loading. Attached is the build.gradle file build_gradle.txt

jperedadnr commented 2 years ago

Remove

compile group: 'org.openjfx', name: 'javafx-controls', version: '12'

from your build.gradle, uninstall the app from your device, and then run:

./gradlew nativeBuild nativePackage nativeInstall nativeRun

If it still fails post all the logs from the process.

websystemtechnology commented 2 years ago

Ok, solved. Thank you