user3300649
user3300649

Reputation: 47

Import file for module 'Swift': Permission denied

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

Answers (1)

Reza_Rg
Reza_Rg

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

Related Questions