0

Air アプリをデバッグしようとしていますが、次のエラーが表示されます。

Process terminated without establishing connection to debugger.

invalid profile specified 'Application does not support current profile'

Launch command details:  "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0 AIR 3.5/bin/adl" -runtime "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0 AIR 3.5/runtimes/air/mac" -profile extendedMobileDevice -screensize 768x1004:768x1024 -XscreenDPI 132 -XversionPlatform IOS -extdir "/Users/kerepuki/Documents/Adobe Flash Builder 4.6/.metadata/.plugins/com.adobe.flexbuilder.project.ui/ANEFiles/AppName/macosx/" "/Volumes/Mobile Apps/AppName/Application/Final/bin-debug/AppName-app.xml" "/Volumes/Mobile Apps/AppName/Application/Final/bin-debug"

空のプロジェクトで ANE をテストしたので、追加しようとしている ANE に関連しているとは思わず、正常に動作します。

アプリをパッケージ化して iPad にインストールすると、正常に動作します。Flash Builder で AIR 3.5 を使用していますが、このエラー メッセージをデバッグする方法がわかりません。

私のアプリケーションファイルは次で始まります:

<application xmlns="http://ns.adobe.com/air/application/3.5">
4

1 に答える 1

2

サポートされているプロファイルノードをアプリケーション記述ファイルから削除する必要がありました。

于 2013-01-04T04:24:12.830 に答える