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

前端 未结 5 1263
南笙
南笙 2020-12-19 08:31

While running my project with swift code in XCode 6.3 & XCode 7, I got this error:

The file “***.app” couldn’t be opened because you don’t have

5条回答
  •  既然无缘
    2020-12-19 08:43

    This can sometimes be because of a corrupted error in your Info.plist file. Try to create a new project with the same name in Xcode and then replaced the your current projects Info.plist with the new one.

提交回复
热议问题