kazui
kazui

Reputation: 141

Xcode submit the app to the store

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

Answers (2)

Ravi Raja Jangid
Ravi Raja Jangid

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

MGY
MGY

Reputation: 8463

Go Info.plist and change Product Name "Myapp " to "Myapp".

Upvotes: 1

Related Questions