packager not finding icon files - AIR on iOS project

I'm pretty sure I have this right, and it used to work... just upgraded to ij13 but I dont think that's the problem. it's as though I dont have the path right but it the same one I always used...

here's what's in my app descriptor:

<icon>
        <image48x48>icons/icon_48.png</image48x48>
</icon>

and the folder structure in my output folder looks correct:


app-descriptor.xml
icons
     icon_48.png

0

You need to add 'icons' folder to the 'Files and folders to package' at Project Structure | Modules | [your module] | [your build configuration] | iOS tab.

0

thanks!

0

请先登录再写评论。