美文网首页
The file “项目名” couldn’t be opene

The file “项目名” couldn’t be opene

作者: 忆殇 | 来源:发表于2018-04-10 16:00 被阅读38次

    当引入第三方的框架的时候 容易产生以下问题:
    The file “项目名称” couldn’t be opened because you don’t have permission to view it.
    造成的原因:
      info.plist文件中的字段Executable file 与 build settings栏中的Packaging不一致就会导致上面的问题。
    解决办法:
      将info.plist的文件中的Executable.file中的文件修改为:$(PRODUCT_NAME)。
    参考文章:https://www.cnblogs.com/gaox97329498/p/4734917.html

    相关文章

      网友评论

          本文标题:The file “项目名” couldn’t be opene

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