views:

106

answers:

0

Hi all,

I am running into a problem with a client uploading their app to the app store. We are having two issues:

  1. The application loader gives the following error: 'Info.plist does not contain a CFBundleResourceSpecification'.

  2. When they build the application for distribution, the plist reverts to having icon.png instead of Icon.png as the icon filename ignoring the name change in XCode.

I temporarily solve #2 by manually fixing the plist in the app bundle after build, but this is less than ideal.

For #1 I have read many posts on the issue but none solve my problem. I am not using an additional SDK, I am building for device, I have tried putting '$(SDKROOT)/ResourceRules.plist' as a path in the plist all to no avail.

Can anyone help? Also is there an easy way for me to use the app loader to check my fixes without having to bother the client?

Thanks!