gluonhq / gluon-samples

Gluon sample projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error running run on ios system

websystemtechnology opened this issue · comments

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

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

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