After upgrading to Mac OS Catalina my already existent Xcode iOS projects are working fine.
I've created a new version of one of my projects. The development process is ok, but when I try to test it I receive the following message:
The file “zzz.app” couldn’t be opened because you don’t have permission to view it.
Domain: NSCocoaErrorDomain
Code: 257
Failure Reason: You don’t have permission.
Recovery Suggestion: To view or change permissions, select the item in the Finder and choose File > Get Info.
User Info: {
NSFilePath = "/Users/marcus/Library/Developer/Xcode/DerivedData/iMapIt-hdsrzhleripsvndtyddaezcqjjpk/Build/Products/Debug-iphonesimulator/zzz.app";
}
--
The operation couldn’t be completed. Permission denied
Domain: NSPOSIXErrorDomain
Code: 13
Failure Reason: Permission denied
--
Xcode is 11.3.1
Mac OS Catalina is 10.15.1
I've tried so many actions but I couldn't get to a solution.
Help needed, please.