FB 4.7 tells me that when I try to debug my app that:
Error occurred while packaging the application:
/Users/reidop/Documents/U of Florida/projects/mobile apps/Pill Reminder/bin-debug/AOT/MedsReminder-app.xml: error 303: Icon iOS_icons/icon-57@2x.png is missing from package
along with all the other icons. Not only are the icons in the proper place, they have been explicitly included in the package:
Why does this error occur? Anyone have any ideas?
And yes, my XML file has the icons tag correct:
<icon> <image29x29>iOS_icons/icon-29.png</image29x29> <image57x57>iOS_icons/icon-57.png</image57x57> <image114x114>iOS_icons/icon-57@2x.png</image114x114> <image512x512>iOS_icons/itunes.png</image512x512> <image72x72>iOS_icons/icon-72.png</image72x72> <image76x76>iOS_icons/icon-76.png</image76x76> <image40x40>iOS_icons/icon-40.png</image40x40> <image80x80>iOS_icons/icon-40@2x.png</image80x80> <image50x50>iOS_icons/icon-50.png</image50x50> <image100x100>iOS_icons/icon-50@2x.png</image100x100> <image144x144>iOS_icons/icon-72@2x.png</image144x144> <image152x152>iOS_icons/icon-76@2x.png</image152x152> <image1024x1024>iOS_icons/itunes@2x.png</image1024x1024> <image58x58>iOS_icons/icon-29@2x.png</image58x58> <image120x120>iOS_icons/icon-120.png</image120x120> <image48x48>iOS_icons/icon-48.png</image48x48></icon>
When I comment these lines in the XML file out, it works perfectly ... but without the proper icons!
Can anyone tell me what I'm leaving out?
Message was edited by: John Reid Perkins Buzo