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

来源:互联网 发布:用友医疗软件免费下载 编辑:程序博客网 时间:2024/05/29 23:48

造成的原因:

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

 

 

解决办法:

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

0 0
原创粉丝点击