[MonoTouch] MonoDevelop not building App Store ZIP or Bundled Correctly

technohead dj_technohead at yahoo.com
Fri Mar 9 21:20:17 UTC 2012


I'm experiencing the same problem. I have the icons in the root folder for
the main project, named Icon.png, Icon at 2x.png and Icon-72.png. Build action
for the icon files are set to content. But I am getting the errors:

Icon specified in the Info.plist not found under the top level app wrapper:
Icon.png
iPhone/iPod Touch: Icon-72.png: icon dimensions (72 x 72) don't meet the
size requirements.

In my info.plist file, the entry for icons looks as follows:

<array>
		<string>Icon.png</string>
		<string>Icon at 2x.png</string>
		<string>Icon-72.png</string>
	</array>

Any ideas?

thanks,
Dennis


--
View this message in context: http://monotouch.2284126.n4.nabble.com/MonoDevelop-not-building-App-Store-ZIP-or-Bundled-Correctly-tp3467134p4460725.html
Sent from the MonoTouch mailing list archive at Nabble.com.


More information about the MonoTouch mailing list