kirkness / react-native-swift-socketio

A react native wrapper for socket.io-client-swift
109 stars 14 forks source link

How to fix: opening import file for module 'Swift': Permission denied #14

Open BondGoat opened 7 years ago

BondGoat commented 7 years ago

Hi,

I have problem when compiling the project using this library, it show the error:

opening import file for module 'Swift': Permission denied Does anyone has any suggestion?

Before that I had another problem “Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift... I fixed by turn "Use Legacy Swift Language Version" to YES. Does it has any impact with above problem?

Thanks in advance.