Andrew Frost
Andrew Frost
We kicked off a release last night so it hopefully will be out on Monday... Direct mode actually has a slight difference when rendering text as it uses an intermediate...
Hi Can I please check - do you see the crash if you use an `isa-debug` build as well? And what is the iOS version on your iPhone? thanks
Hi Just to check that your `vuahaitac-iphone.xml` file has got an `externalSwfs` entry in the `` section? Are you able to check with the "troubleshooting" tab of the AIR SDK...
Ah: > Bad CPU type in executable So potentially you don't have Rosetta2 installed.. what happens if you open a terminal and just call that line directly? ``` $ /Users/vannn/flexairsdk/lib/aot/bin/compile-abc/compile-abc-64...
Hi - I'd not looked fully at this, but there is a list of files that it's processing in that log (assets/uiHD/uiHD.swf etc) but the ones you mentioned previously aren't...
Just to check, the certificates that you have, are they going to be trusted on the machine that you're installing on? i.e. issued by a standard CA that has its...
Correct, your signing certificate is just on the development machine. Then when you install the .air file via the AIR shared runtime and its utilities, it should verify your signing...
Hi - just to update you, we are seeing the XML signature being rejected as invalid by the OpenSSL call we make for validation: ``` error:04091068:rsa routines:int_rsa_verify:bad signature ``` We...
FYI - we think this is caused by the change we made a while back because of an issue with DigiCert dropping support for the "SHA1withRSA" signature algorithm. See the...
Hi @NeronBurningRome - are you able to re-package your application with the below version of ADT? This should be dropped on top of a 51.2 AIR SDK, in the "lib"...