美文网首页
The file “<appName>.app” c

The file “<appName>.app” c

作者: 二少爷_神 | 来源:发表于2017-11-13 15:22 被阅读115次

今天打开项目(多个target),运行其中一个target,突然报错The file “.app” couldn’t be opened because you don’t have permission to view it,就是这个target突然无法运行起来了。然后修改对应info.plist文件,把Bundle name的内容改成${PRODUCT_NAME} ,把Executable file改成${EXECUTABLE_NAME},完美解决

相关文章