AMDeviceInstallApplication failed: -402620394

Hey, i’m trying to build my first project to ios and get the following exeption : AMDeviceInstallApplication failed: -402620394

I’ve got XCode and a developer account already setup : do I need to create specific certificates for my OpenFL project? How do I link these to the project? ( project.xml …? )

Apple does not provide command-line tools for installing iOS applications without hitting the “play” button manually in Xcode. As a result, we have to resort to private API hacks to try and install to a device, currently we’ve contributed to and are using the “ios-deploy” library (formally “fruitstrap”) to install.

You could use “lime update ios” to open the generated Xcode project instead, try the standard run button, and see if it installs, or if there is a problem. Perhaps the device is not set up yet, or there is some other problem that was not revealed during the ios-deploy process

Thanks for your reply! I’ll try to open the project in XCode first see how it goes