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

做项目时遇到了这个问题:The file “XXX.app” couldn’t be opened because you don’t have permission to view it.
经查阅资料,确定原因为:
info文件中的字段Executable file 与 build settings栏中的Packaging中的Product Name 不一致
解决办法是:
将 Executable file 的值改成与 Product Name 一致

你可能感兴趣的:(The file “XXX.app” couldn’t be opened because you don’t have permission to view it.)