I'm getting a Swift compiler error as:
Opening import file for module 'Swift': Permission denied.
I have re-installed my Xcode, still the issue exists and in another user account, Xcode builds the project without any compilation error.
I'm getting a Swift compiler error as:
Opening import file for module 'Swift': Permission denied.
I have re-installed my Xcode, still the issue exists and in another user account, Xcode builds the project without any compilation error.
That has probably something with your frameworks, try adding them again, or if you are using Carthage, make sure not to do Carthage update
with sudo
.