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

2020-02-12 07:19发布

问题:

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 permission to view it

My app is not launching anymore. I checked if the compiler setting is right. Executable name & bundle name is also proper.

Cleaned the project couple of times, removed the XCtest target as well.

回答1:

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.



回答2:

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.



回答3:

Try:

Entered Bundle name As : ${PRODUCT_NAME}
Changed Executable file : ${EXECUTABLE_NAME}