0

我正在尝试调试我的空中应用程序但收到错误:

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 回答