您的位置:首页 > 移动开发 > IOS开发

iOS 编译出现The file “xxx” couldn’t be opened because you don’t have permission to view it?

2017-12-21 15:26 495 查看
错误原因:

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

解决办法:

Product—>info 文件中的Executable.file中的文件修改为:$(PRODUCT_NAME)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Executable file
相关文章推荐