ios-FlashBuilder 导出ipa到ipad4上运行,闪退

问题描述

FlashBuilder 导出ipa到ipad4上运行,闪退

我做了一个AIR的程序,在安卓上都跑的好好的。但是安装到IOS上,一点击就闪退。
在IOS上调试我是这样搞的,网上下载了一个证书和配置文件,改了一下xml里的id,在越狱的ipad上安装成功了。可是一点击运行就闪退。求教啊!!!
加QQ最好:1085075003

这是我的XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>

    <!-- A universally unique application identifier. Must be unique across all AIR applications.
    Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
    <id>com.gamevil.zenonia2</id>

    <!-- Used as the filename for the application. Required. -->
    <filename>FiveDragonHorizontal</filename>

    <!-- The name that is displayed in the AIR application installer.
    May have multiple values for each language. See samples or xsd schema file. Optional. -->
    <name>FiveDragonHorizontal</name>

    <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
    Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
    An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
    <versionNumber>0.0.0</versionNumber>

    <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
    <!-- <versionLabel></versionLabel> -->

    <!-- Description, displayed in the AIR application installer.
    May have multiple values for each language. See samples or xsd schema file. Optional. -->
    <!-- <description></description> -->

    <!-- Copyright information. Optional -->
    <!-- <copyright></copyright> -->

    <!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
    <!-- <publisherID></publisherID> -->

    <!-- Settings for the application's initial window. Required. -->
    <initialWindow>
            <!-- The main SWF or HTML file of the application. Required. -->
            <!-- Note: In Flash Builder, the SWF reference is set automatically. -->
            <content>[此值将由 Flash Builder 在输出 app.xml 中覆盖]</content>

            <!-- The title of the main window. Optional. -->
            <!-- <title></title> -->

            <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
            <!-- <systemChrome></systemChrome> -->

            <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
            <!-- <transparent></transparent> -->

            <!-- Whether the window is initially visible. Optional. Default false. -->
            <!-- <visible></visible> -->

            <!-- Whether the user can minimize the window. Optional. Default true. -->
            <!-- <minimizable></minimizable> -->

            <!-- Whether the user can maximize the window. Optional. Default true. -->
            <!-- <maximizable></maximizable> -->

            <!-- Whether the user can resize the window. Optional. Default true. -->
            <!-- <resizable></resizable> -->

            <!-- The window's initial width in pixels. Optional. -->
            <!-- <width></width> -->

            <!-- The window's initial height in pixels. Optional. -->
            <!-- <height></height> -->

            <!-- The window's initial x position. Optional. -->
            <!-- <x></x> -->

            <!-- The window's initial y position. Optional. -->
            <!-- <y></y> -->

            <!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
            <!-- <minSize></minSize> -->

            <!-- The window's initial maximum size, specified as a width/height pair in pixels, such as "1600 1200". Optional. -->
            <!-- <maxSize></maxSize> -->

    <!-- The initial aspect ratio of the app when launched (either "portrait" or "landscape"). Optional. Mobile only. Default is the natural orientation of the device -->

    <!-- <aspectRatio></aspectRatio> -->

    <!-- Whether the app will begin auto-orienting on launch. Optional. Mobile only. Default false -->

    <!-- <autoOrients></autoOrients> -->

    <!-- Whether the app launches in full screen. Optional. Mobile only. Default false -->

    <!-- <fullScreen></fullScreen> -->

    <!-- The render mode for the app (either auto, cpu, or gpu). Optional. Mobile only. Default auto -->

    <!-- <renderMode></renderMode> -->

            <!-- Whether or not to pan when a soft keyboard is raised or lowered (either "pan" or "none").  Optional.  Defaults "pan." -->
            <!-- <softKeyboardBehavior></softKeyboardBehavior> -->
    <autoOrients>false</autoOrients>
    <fullScreen>true</fullScreen>
    <visible>true</visible>
</initialWindow>

    <!-- We recommend omitting the supportedProfiles element, -->
    <!-- which in turn permits your application to be deployed to all -->
    <!-- devices supported by AIR. If you wish to restrict deployment -->
    <!-- (i.e., to only mobile devices) then add this element and list -->
    <!-- only the profiles which your application does support. -->
    <!-- <supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles> -->

    <!-- The subpath of the standard default installation location to use. Optional. -->
    <!-- <installFolder></installFolder> -->

    <!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
    <!-- <programMenuFolder></programMenuFolder> -->

    <!-- The icon the system uses for the application. For at least one resolution,
    specify the path to a PNG file included in the AIR package. Optional. -->
    <!-- <icon>
            <image16x16></image16x16>
            <image32x32></image32x32>
            <image36x36></image36x36>
            <image48x48></image48x48>
            <image57x57></image57x57>
            <image72x72></image72x72>
            <image114x114></image114x114>
            <image128x128></image128x128>
    </icon> -->

    <!-- Whether the application handles the update when a user double-clicks an update version
    of the AIR file (true), or the default AIR application installer handles the update (false).
    Optional. Default false. -->
    <!-- <customUpdateUI></customUpdateUI> -->

    <!-- Whether the application can be launched when the user clicks a link in a web browser.
    Optional. Default false. -->
    <!-- <allowBrowserInvocation></allowBrowserInvocation> -->

    <!-- Listing of file types for which the application can register. Optional. -->
    <!-- <fileTypes> -->

            <!-- Defines one file type. Optional. -->
            <!-- <fileType> -->

                    <!-- The name that the system displays for the registered file type. Required. -->
                    <!-- <name></name> -->

                    <!-- The extension to register. Required. -->
                    <!-- <extension></extension> -->

                    <!-- The description of the file type. Optional. -->
                    <!-- <description></description> -->

                    <!-- The MIME content type. -->
                    <!-- <contentType></contentType> -->

                    <!-- The icon to display for the file type. Optional. -->
                    <!-- <icon>
                            <image16x16></image16x16>
                            <image32x32></image32x32>
                            <image48x48></image48x48>
                            <image128x128></image128x128>
                    </icon> -->

            <!-- </fileType> -->
    <!-- </fileTypes> -->

<!-- iOS specific capabilities -->
    <!-- <iPhone> -->
            <!-- A list of plist key/value pairs to be added to the application Info.plist -->
            <!-- <InfoAdditions>
        <![CDATA[
            <key>UIDeviceFamily</key>
            <array>
                <string>1</string>
                <string>2</string>
            </array>
            <key>UIStatusBarStyle</key>
            <string>UIStatusBarStyleBlackOpaque</string>
            <key>UIRequiresPersistentWiFi</key>
            <string>YES</string>
        ]]>
    </InfoAdditions> -->
    <!-- A list of plist key/value pairs to be added to the application Entitlements.plist -->
            <!-- <Entitlements>
        <![CDATA[
            <key>keychain-access-groups</key>
            <array>
                <string></string>
                <string></string>
            </array>
        ]]>
    </Entitlements> -->
    <!-- Display Resolution for the app (either "standard" or "high"). Optional. Default "standard" -->
    <!-- <requestedDisplayResolution></requestedDisplayResolution> -->
    <!-- </iPhone> -->

    <!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->
<!--<android> -->
<!--        <manifestAdditions>
            <![CDATA[
                    <manifest android:installLocation="auto">
                            <uses-permission android:name="android.permission.INTERNET"/>
                            <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
                            <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
                            <uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/>
                            <application android:enabled="true">
                                    <activity android:excludeFromRecents="false">
                                            <intent-filter>
                                                    <action android:name="android.intent.action.MAIN"/>
                                                    <category android:name="android.intent.category.LAUNCHER"/>
                                            </intent-filter>
                                    </activity>
                            </application>
        </manifest>
            ]]>
    </manifestAdditions> -->
        <!-- Color depth for the app (either "32bit" or "16bit"). Optional. Default 16bit before namespace 3.0, 32bit after -->
    <!-- <colorDepth></colorDepth> -->
<!-- </android> -->
    <!-- End of the schema for adding the android specific tags in AndroidManifest.xml file -->

<![CDATA[

<!--See the Adobe AIR documentation for more information about setting Google Android permissions-->
<!--删除 android.permission.INTERNET 权限将导致无法调试设备上的应用程序-->

<!---->
<!---->
<!---->
<!--应同时切换 DISABLE_KEYGUARD 和 WAKE_LOCK 权限,才能访问 AIR
的 SystemIdleMode API-->
<!---->
<!---->
<!---->
<!---->
<!--应同时切换 ACCESS_NETWORK_STATE 和 ACCESS_WIFI_STATE 权限,才能使用 AIR
的 NetworkInfo API-->
<!---->
<!---->

            ]]></manifestAdditions>
</android>
<iPhone>
    <InfoAdditions><![CDATA[
                    <key>UIDeviceFamily</key>
                    <array>
                            <string>1</string>
                            <string>2</string>
                    </array>
            ]]></InfoAdditions>
    <requestedDisplayResolution>standard</requestedDisplayResolution>
</iPhone>
时间: 2024-09-19 09:51:56

ios-FlashBuilder 导出ipa到ipad4上运行,闪退的相关文章

移动-android http连接问题。编译不报错,真机运行闪退

问题描述 android http连接问题.编译不报错,真机运行闪退 public class MainActivity extends Activity { private static String url="www.baidu.com"; private TextView a1 = null; private HttpResponse httpResponse=null; private HttpEntity httpEntity=null; @Override public v

cocos2d x-cocos2d-x2.1.5真机运行闪退

问题描述 cocos2d-x2.1.5真机运行闪退 这是闪退的log 05-26 16:10:23.583: A/libc(13255): Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 13292 (Thread-11577) 我都看不出是哪里有问题,经过不断的在win32上面打log.. 发现程序在 m_pSkillDataDir = CCDictionary::createWithContentsOfFile("plist/

用eciplise生成的apk文件,安装后,运行闪退

问题描述 用eciplise生成的apk文件,安装后,运行闪退 用eciplise生成的apk文件,安装后,运行闪退,是什么原因呢 解决方案 eclipse生成.apk文件安装到手机 解决方案二: 有报错吗?调试下. 解决方案三: logcat中的信息贴出来看一下 解决方案四: 应该是程序的错误,看下log 解决方案五: 问题以解决,是自己程序里的问题,谢谢大家的帮助

android出现闪退-调用addArmatureFileInfoAsync在android上出现闪退

问题描述 调用addArmatureFileInfoAsync在android上出现闪退 最近做个骨骼动画demo调用addArmatureFileInfoAsync在android上出现闪退 在调用异步加载 CCArmatureDataManager::sharedArmatureDataManager()->addArmatureFileInfoAsync("BZ.ExportJson", this, schedule_selector(BattleLayer::enemyL

app-自学Android开发 在模拟器运行闪退

问题描述 自学Android开发 在模拟器运行闪退 初学者自写的程序 ,但是在模拟器下运行闪退!!该怎么改呀?? package com.example.work3; import java.util.ArrayList; import java.util.List; import android.support.v7.app.ActionBarActivity; import android.support.v7.app.ActionBar; import android.support.v4

app在部分机器上出现闪退的情况

问题描述 app在部分机器上出现闪退的情况 app在部分机器上出现闪退的情况 报错 UnSupported class :com.mediatek.common.telephony.IOnlyOwnerSimSupport 网上看 , 说是引用百度SDK的问题 , 说是SDK不支持 手机是64位的cpu , 可我在官网上下了最新的SDK后仍然没起作用 求大神解答啊!!!!!!!! 解决方案 http://bbs.lbsyun.baidu.com/forum.php?mod=viewthread&

ChatDemoUI3.0导入到AndroidStudio中运行闪退,但是没报错

问题描述 开始报错,参考http://community.easemob.com/article/825307445修改为apply plugin: 'com.android.library' android { compileSdkVersion 23 buildToolsVersion "23.0.2" defaultConfig { minSdkVersion 14 targetSdkVersion 21 } buildTypes { release { minifyEnable

智能设备开发 VS2008 运行闪退

问题描述 如果不调试的情况下.程序直接闪退.调试状态下会显示这个错根据报错的信息.我估计是这段代码引起的///<summary>///通过NetworkInterface读取网卡Mac///</summary>///<returns></returns>publicList<string>GetMacByNetworkInterface(){List<string>macs=newList<string>();INetwo

运行闪退-myeclipse2015打开闪退

问题描述 myeclipse2015打开闪退 设置了自己的jvm,并且还改了运行内存,不知道哪里出了问题 解决方案 http://zhidao.baidu.com/link?url=faviOEwZIuQes_HxfnwnlL8BOtMQWEerwPBtnAtJNjrd2OMUxxAbmlzGunJp2R01UsKPoXqofc5uM6o0pHhd4XUf9VhdYjpXHwCRyuWCSl_ 解决方案二: 检查一下你的JDK环境变量配置是否正确.如果还不行: 在MyEclipse启动配置文件i