gluonhq / gluon-samples

Gluon sample projects
298 stars 166 forks source link

Error running run on ios system #151

Closed websystemtechnology closed 2 years ago

websystemtechnology commented 2 years ago

Even setting a development certificate in the Provisioning Profiles, when I run my application I get the error (as attached error: failed to get the task for process. How can I solve?

ErroreRunIOS.txt

jperedadnr commented 2 years ago

did you install your app?

Mac:nome_app Utente$ ./gradlew nativeBuild
Mac:nome_app Utente$ ./gradlew nativePackage
Mac:nome_app Utente$ ./gradlew nativeRun

Uninstall previous version of the app from your iPhone and run ./gradlew nativeInstall before ./gradlew nativeRun

websystemtechnology commented 2 years ago

Yes I use the ./gradlew nativeInstall before the run, but I didn't uninstall the previous app from the iphone. Now it's OK. Thanks