简体   繁体   中英

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)

转到Info.plist,并将产品名称 “ Myapp”更改为“ Myapp”。

转到Xcode中构建目标设置,然后选择“ 包装”部分,并检查“ 产品名称”,它可以包含前导或尾随空格

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM