I compiled a iOS app on MonoTouch for distribution. Now I try to get it on the App Store with the Application Loader. But I get an error message "...icon dimensions (0 x 0) don't meet the size requirements...".
On this forum I found other developers which had the same problem with XCode. Their solution was to disable the compression for png files. But how can I do this in MonoTouch?
Does anyone know about this problem?