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

前端 未结 5 1274
南笙
南笙 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:57

    This can also occur if the source code you are compiling, isn't part of the target you are compiling for. To check this, select some of the source code in your project, then look to the File Inspector (on the right side, Utilities pane) for Target Membership and check that the source code is part of the target.

提交回复
热议问题