Reputation: 4685
When trying to upload an app the following errors occur:
The images are in the project, so I'm not sure what the problem is. Also I am not sure what the armv7 error is
Upvotes: 0
Views: 50
Reputation: 11073
Like this answer says, you need to remove the CFBundleIconFile
("Icon file") parameter from your project's .plist file. Also, you need to include armv7 as "Valid Architectures" for both your project and your target.
Upvotes: 1