Hi,
I upadated my Mac os to 10.13.6 and updated my Xcode to 10.1. After that when I tried to build Xcode gave error "Module Locksmith compiled with swift 4.0.3 can not be imported by swift 4.2 compiler".
So I tried to fetch and build latest Locksmith version using "Carthage update" but I got
"The file “Locksmith.framework” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/xxxxxxxx/Library/Caches/org.carthage.CarthageKit/DerivedData/Locksmith/4.0.0/Build/Products/Release-appletvos/Locksmith.framework, NSUnderlyingError=0x7f8bcf2ce610 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
Let me know if I'm doing anything wrong from my side.
Hi,
I upadated my Mac os to 10.13.6 and updated my Xcode to 10.1. After that when I tried to build Xcode gave error "Module Locksmith compiled with swift 4.0.3 can not be imported by swift 4.2 compiler".
So I tried to fetch and build latest Locksmith version using "Carthage update" but I got
"The file “Locksmith.framework” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/xxxxxxxx/Library/Caches/org.carthage.CarthageKit/DerivedData/Locksmith/4.0.0/Build/Products/Release-appletvos/Locksmith.framework, NSUnderlyingError=0x7f8bcf2ce610 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
Let me know if I'm doing anything wrong from my side.