There was an internal API error

今天在用Xcode7.1上传APP Store ios7.1版本的时候出现如题的错误

错误原因是在 Build Settings 中将Product name 设置成中文导致。改回英文名即可.

修改项目名应设置info.plist中的Bundle name 为想要的名称即可.

原文地址:https://www.cnblogs.com/cnman/p/5014220.html