14 February, 2010
App Store "General I/O Error" woes relieved
Whilst submitting my new app to the app store (hooray!), I kept getting this maddeningly vague error (boo!): "There was a general I/O error while processing your Application assets. Please contact iTunes Connect Support at itunesconnect@apple.com." I read about a couple other fixes on the internet, and they all involved not telling XCode where some file was sitting. One guy fixed his app by just adding his icon name in his main plist file. I found that under "Code Signing Entitlements", I wasn't listing what the name of my entitlements file was. So, if you have an Entitlements.plist file, make sure it's added in your build settings (you can press Cmd+option+E to access them)
