Reputation: 141
I am trying to submit my app to the AppStore but when i do it an error message appear with this:
ERROR ITMS-90329 your package contains a file 'Myapp .app/Myapp' with a name that contains leading or trailing whitespace
How can i solve this problem? (i already changed the product name, bundle name, bundle display name, project name)
Upvotes: 1
Views: 1053
Reputation: 935
Go to build settings of targets in Xcode and select the Packaging section and check the Product Name its can contains leading or trailing whitespace.
Upvotes: 0