So Im really stuck right now, I have no idea what to do from here on.. I am trying to run my libgdx game (which runs perfect on desktop and android device) on my iPhone 6. However whenever I try to do that through Android Studio I keep getting this
[ERROR] Couldn't start application
org.robovm.libimobiledevice.LibIMobileDeviceException: ApplicationVerificationFailed
at org.robovm.libimobiledevice.util.AppLauncher$1.error(AppLauncher.java:1001)
at org.robovm.libimobiledevice.Callbacks.callInstproxyCallback(Callbacks.java:64)
[ERROR] Failed to copy /Users/edwardlim/AndroidStudioGames/SwimFishy/ios/robovm-build/tmp/ROBOVM iOS (Device)/ios/thumbv7/IOSLauncher.app/IOSLauncher to indexed dir /Users/edwardlim/Library/Developer/Xcode/DerivedData/RoboVM/Build/Products/IOSLauncher_20150912214441/IOSLauncher.app: Failed to copy full contents from '/Users/edwardlim/AndroidStudioGames/SwimFishy/ios/robovm-build/tmp/ROBOVM iOS (Device)/ios/thumbv7/IOSLauncher.app/IOSLauncher' to '/Users/edwardlim/Library/Developer/Xcode/DerivedData/RoboVM/Build/Products/IOSLauncher_20150912214441/IOSLauncher.app/IOSLauncher'
[INFO] [ 0%] Beginning installation...
[INFO] [ 5%] CreatingStagingDirectory
[INFO] [ 15%] ExtractingPackage
[INFO] [ 20%] InspectingPackage
[INFO] [ 20%] TakingInstallLock
[INFO] [ 30%] PreflightingApplication
[INFO] [ 30%] InstallingEmbeddedProfile
[INFO] [ 40%] VerifyingApplication
So any help at all would be highly appreciated, all the stuff I found online appears outdated most of them or they are using eclipse. The stuff that i have done so far includes paying the $99 for the apple developer stuff and generated a provision profile. I also open the xCode application on my laptop and pressed that "refresh button" and i see the profile under the view details in my account.. So im just curious as to what i need to do to run the app on my phone. FYI, it runs on the ios simulator provided by robovm