2016-03-30 5 views
1

IntelIJ IDEA 16のGluonMObile-MultiViewProjextwithFXMLデモプロジェクト内でgradle launchIOSDeviceタスクを使用する場合は、失敗:ビルドに例外が発生しました。 ApplicationVerficationFailed。Gluon Mobile Sample AppがiPad Air 2で動作するのはなぜですか?

iOS iPhone 9.3では同じアプリケーションが正常に動作しますが、iPad Air2 on 9.3ではエラーが発生します。

Androidもビルドされ、うまく動作するので、iPadと同じように見えます。

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':launchIOSDevice'.............. 
....... 
Caused by: org.robovm.libimobiledevice.LibIMobileDeviceException: ApplicationVerificationFailed 
    at org.robovm.libimobiledevice.util.AppLauncher$1.error(AppLauncher.java:1001) 
+0

あなたはそのiPad上で他のグルーオンのアプリをテストしていますか? 'forceLinkClasses'コマンドにあなたのパッケージ名と他のサードパーティの依存関係を加えてください。 –

答えて

1

は、あなたの作成したアプリケーションID

  • が同じ情報で使用されているapp.id一致するrobovm.propertiesでパラメータをapp.id
    • ていることを確認してください.plist(/src/ios/assets/Info.plist)。
    <key>CFBundleIdentifier</key> 
    <string>[Put here your app.id]</string> 
    
  • 関連する問題