2016-03-06 35 views
1

在任何時候,Android Studio都不會編譯我擁有的大部分iPhone 6。但昨天一切都是......今天我發現這個錯誤:LibGdx with robovm:org.robovm.libimobiledevice.LibIMobileDeviceException:ApplicationVerificationFailed

[ERROR] Couldn't start application 
org.robovm.libimobiledevice.LibIMobileDeviceException: ApplicationVerificationFailed 
    at org.robovm.libimobiledevice.util.AppLauncher$1.error(AppLauncher.java:994) 
    at org.robovm.libimobiledevice.Callbacks.callInstproxyCallback(Callbacks.java:57) 

我從xCode首選項下載了證書,但不起作用。

keychan中的證書全部更新和驗證。

我該如何解決?

+0

同樣的問題在這裏,每年撤銷和重新開發/生產證書後。新證書已安裝在開發系統上。所有供應配置文件已在Apple開發人員門戶網站進行更新,並以xcode下載,並且RoboVM運行配置已經過驗證。但是,沒有運氣......任何想法? –

回答

0

this thread,尼克拉斯Therning從RoboVM隊中提到以下幾點:

I think this is a known bug when running against iOS 8 devices. The work around is to first run a sample app from within Xcode to get the developer image mounted on the device. Then you should be able to launch RoboVM apps again until you reboot your device.

這個固定的年度證書更新後。