Neo4j-Swift / Neo4j-Swift

Open Source Neo4j driver for iOS, tvOS, Linux and macOS
MIT License
89 stars 14 forks source link

Unable to build project in workspace #8

Open teameh opened 4 years ago

teameh commented 4 years ago

Steps to reproduce:

Clone and build:

$ git clone git@github.com:Neo4j-Swift/Neo4j-Swift.git
// successfull

$ swift build 
// successfull

Build fails with:

Build input file cannot be found: 'Neo4j-Swift/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/third_party/fiat/p256.c'

(Using Xcode beta 12.2, on MacOS Catalina 10.15.4)

niklassaers commented 4 years ago

Hi, I just updated Theo to version 5.2, would you mind trying again?