所以我现在真的陷入困境,我不知道该怎么做...我试图在我的iPhone 6上运行我的libgdx游戏(在桌面和Android设备上运行完美)。但是每当我尝试通过Android Studio实现这一点我不断得到这个
[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
所以任何帮助都会受到高度赞赏,我在网上找到的所有东西看起来都已经过时了,或者他们正在使用eclipse。到目前为止我所做的事情包括为苹果开发者的东西支付99美元,并生成了一个配置文件。我也在我的笔记本电脑上打开xCode应用程序并按下“刷新按钮”,我在我的帐户中看到了查看详细信息下的个人资料。所以我只是好奇我需要做什么来在我的手机上运行应用程序。仅供参考,它在robovm提供的ios模拟器上运行