user906357
user906357

Reputation: 4685

Warnings and errors validating iOS app for upload

When trying to upload an app the following errors occur:

enter image description here

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

Answers (1)

HalR
HalR

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

Related Questions