• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Crash on ios device but remain normal when debugging(on-line debug included)

New Here ,
Oct 14, 2014 Oct 14, 2014

Copy link to clipboard

Copied

The app was normal and got a problem when I upgraded ios app. So I use the newest air sdk.

But it crash on ios device.

When I debug,  it runs normal. So I can't provide error message.

TOPICS
Air beta

Views

554

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Oct 14, 2014 Oct 14, 2014

Copy link to clipboard

Copied

Thanks for reporting the issue.

Could you please provide a sample app or code so that we can figure out the cause for same.

-Pravendra

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 15, 2014 Oct 15, 2014

Copy link to clipboard

Copied

I'm still locating the position causing the crash for debug mode is useless.

I'll post the moment I find.

My friend got the same problem, maybe not the same reason.

var cameraRoll:CameraRoll = new CameraRoll();

  cameraRoll.browseForImage();

this codes result in crash.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Oct 15, 2014 Oct 15, 2014

Copy link to clipboard

Copied

We have actually fixed this issue and it would be available in next beta build.

Thanks

Pravendra

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 15, 2014 Oct 15, 2014

Copy link to clipboard

Copied

My app will crash after a postion notter which code is comments.

such as:

var result:Array = sqlResult.data;

var responder:Responder = new Responder(onGetUserChargeLogs, onError);

Is it the same problem?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 15, 2014 Oct 15, 2014

Copy link to clipboard

Copied

Try using the slower compiler, if that works then I think there's hope for you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 16, 2014 Oct 16, 2014

Copy link to clipboard

Copied

Do you change ipa-app-store to others?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 16, 2014 Oct 16, 2014

Copy link to clipboard

Copied

Do you mean change ipa-app-store to others?

Sorry. I can't edit my replay……

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 17, 2014 Oct 17, 2014

Copy link to clipboard

Copied

Simple App for testing the locale


TestLocale.mxml

<?xml version="1.0" encoding="utf-8"?>

<s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009" 

                                                        xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.TestLocaleHomeView" applicationDPI="160">

       

</s:ViewNavigatorApplication>

TestLocaleHomeView.mxml

<?xml version="1.0" encoding="utf-8"?>

<s:View xmlns:fx="http://ns.adobe.com/mxml/2009" 

                xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">

        <s:DateSpinner id="myDateSpinner" displayMode="time" locale="pt-PT"/>

</s:View>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 18, 2014 Oct 18, 2014

Copy link to clipboard

Copied

LATEST

Sorry I forgot that the log printed on device is not synchronized.

In fact it crash when calling

public static function loadRes(assetsPath:Array, loadingProgressCb:Function=null, loadingCompletedCb:Function=null):void

even if the first line of code is return.

Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines