Adobe Air iOS - FileOffset error

2

Well, I'm currently developing for iOS in Adobe Air in Ad-hoc distribution mode.

I am currently using these technologies:

  • Adobe Air 18
  • Adobe Flash Player 17
  • Adobe Flash Builder 4.5
  • Adobe Flash Professional CC 2015

When I publish my ipa with my assets, I get this error:

Can anyone help me figure out this error? How can I solve?

Thanks for any info or help.

    
asked by anonymous 31.08.2015 / 17:05

1 answer

2

I finally realized what the maximum limit for iOS in assets is 6GB.

The other reason for the error message is that iOS does not like swf with unfinished frames in the timeline.

Theabovemethodiswrongandshouldbecorrectedintheimagebelow:

This makes sense since in my case, when doing ad-hoc distribution, and passing through AOT Mode, the compiler inserting the assets with abc code into a single file like ipa would go wrong after it has already been submitted a stop in the last frames.

The error is still not clear enough and there are no references to it in adobe forums.

Hope this helps someone in the future.

    
23.10.2015 / 10:15