Reputation: 47
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.
Upvotes: 3
Views: 1656
Reputation: 3374
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
.
Upvotes: 1