美文网首页
Xcode提示The file “XXX.app” couldn

Xcode提示The file “XXX.app” couldn

作者: 梦iOS | 来源:发表于2017-03-28 10:51 被阅读0次

当引入第三方的框架的时候 容易产生以下问题:

The file “XXX.app” couldn’t be opened because you don’t have permission to view it.

如图:

QQ截图

造成的原因:

info文件中的字段Executable file 与 build settings栏中的Packaging中的Product Name 不一致就会导致上述截图的问题

解决办法:

讲info.plist的文件中的Executable.file中的文件修改为:$(PRODUCT_NAME)

相关文章

网友评论

      本文标题:Xcode提示The file “XXX.app” couldn

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