美文网首页
Xcode真机调试中"There was an internal

Xcode真机调试中"There was an internal

作者: 程序猿_Squall | 来源:发表于2016-11-03 19:44 被阅读0次

在一部iOS7的iphone5c上做真机测试时出现

"There was an internal API error"错误

而在iOS9的iphone6s上就没有这个错误

最后查找发现是新建项目时用了中文,以iOS7系统不能识别。解决办法:

TARGETS ->bulid settings  ->    packaging  -> product name 在这里不要写中文,改成英文。

相关文章

网友评论

      本文标题:Xcode真机调试中"There was an internal

      本文链接:https://www.haomeiwen.com/subject/cfliuttx.html