Skip to main content
Participant
February 15, 2014
Answered

Publishing IPA loads half included images then freezes at 5%

  • February 15, 2014
  • 1 reply
  • 531 views

Any insight would be greatly appreciated.

I'm new to AS3 and AIR for iOS. I'm working on an AIR for iOS puzzle app in Flash.

I've included 48 jpg image files in the "Air for iOS Settings" General dialog box.

When compiling the ipa, it will only include 36 of the 48 image files. (I've tested each image one by one to find the ones that it won't include.)

If I try to include one of the "bad" images in the ipa, Flash will freeze at 5%. Then I have to "force quit" it.

Ever heard of this issue? Does anyone know a work-around for this?

Thanks!

This topic has been closed for replies.
Correct answer whatamiadesigner

If you’re including a folder of images it will work. If it doesn’t work then there’s some other problem. Does it work if you do a test movie?


Thanks guys. I fixed a path in my .as file and now using the 'images' directory works. Thanks so much!

1 reply

User Unknow
Legend
February 16, 2014

As quick workaround you can create folder "Images" and put there all 48 jpgs. Than include not 48 files one by one but just include whole folder. I understaind that you are using Flash CC? If yes - this will looks like attached screen:

You problems seems to be in long command line for compiler. ADT that used for compiling use command line in background and operation system may not allow huge command line. Your 48 images it's too big string that describe path for each of file.

Putting folder instead a lot of images must work in your case.

If this not help - let us know.

Participant
February 17, 2014

Thanks Anton. Yes. I'm using Flash CC. I tried to include the directory rather than the individual 48 images but it doesn't work. It behaves as though it's published successfully but the images don't show in the app.

Please see the image. The "images" directory doesn't have a full path like the "Images" directory in your screenshot.

I'm not sure what to do ... Is there another way to get this published? You mentioned a command line. Is there something I can do there?

Thanks for you input!

Cam

Colin Holgate
Inspiring
February 17, 2014

If you’re including a folder of images it will work. If it doesn’t work then there’s some other problem. Does it work if you do a test movie?