-
1. Re: Crash on ios device but remain normal when debugging(on-line debug included)
Pravendra Oct 14, 2014 11:56 PM (in response to reese30)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
-
2. Re: Crash on ios device but remain normal when debugging(on-line debug included)
reese30 Oct 15, 2014 3:39 AM (in response to Pravendra)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.
-
3. Re: Crash on ios device but remain normal when debugging(on-line debug included)
Pravendra Oct 15, 2014 4:15 AM (in response to reese30)We have actually fixed this issue and it would be available in next beta build.
Thanks
Pravendra
-
4. Re: Crash on ios device but remain normal when debugging(on-line debug included)
reese30 Oct 15, 2014 8:48 PM (in response to Pravendra)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?
-
5. Re: Crash on ios device but remain normal when debugging(on-line debug included)
Colin Holgate Oct 15, 2014 9:01 PM (in response to reese30)Try using the slower compiler, if that works then I think there's hope for you.
-
6. Re: Crash on ios device but remain normal when debugging(on-line debug included)
reese30 Oct 16, 2014 3:55 AM (in response to Colin Holgate)Do you change ipa-app-store to others?
-
7. Re: Crash on ios device but remain normal when debugging(on-line debug included)
reese30 Oct 16, 2014 3:56 AM (in response to Colin Holgate)Do you mean change ipa-app-store to others?
Sorry. I can't edit my replay……
-
8. Re: Crash on ios device but remain normal when debugging(on-line debug included)
uno.monteiro Oct 17, 2014 7:27 AM (in response to Pravendra)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>
-
9. Re: Crash on ios device but remain normal when debugging(on-line debug included)
reese30 Oct 18, 2014 1:19 AM (in response to Pravendra)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




