美文网首页
ios app installation failed

ios app installation failed

作者: 某个胖子 | 来源:发表于2016-03-03 11:56 被阅读311次
  • There was an internal API error.
    测试环境:
    iOS7 真机
    解决办法:
    在build setting 中, 将product name 修改为 英文。
    原因:
    Special characters are not allowed for iOS 7 devices 。

  • Could not inspect the application package
    测试环境:
    真机
    解决办法:

    • 修改代码后运行,每次都提示此问题,点击OK按钮后,再次运行就么有问题了。
    • 不要修改build setting 中 product name , 修改 info.plist文件中bundle display name, 从而达到修改 app 在手机上显示名称。

原因:
xcode 在运行过程, build setting 中 product name 支持不太好。

相关文章

网友评论

      本文标题:ios app installation failed

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