Open geertberkers opened 4 years ago
Hi, please check that you have proper version swift from step 2/ https://github.com/readdle/swift-android-toolchain
Call swift --version
in your terminal app
Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5)
Target: x86_64-apple-darwin19.0.0
You can check the proper setup in our CI script https://github.com/readdle/swift-java-codegen/pull/23
- name: Install Swift toolchain 5.0.3 run: wget https://swift.org/builds/swift-5.0.3-release/xcode/swift-5.0.3-RELEASE/swift-5.0.3-RELEASE-osx.pkg; sudo installer -pkg swift-5.0.3-RELEASE-osx.pkg -target /
I am trying to opening and build the project. But I'm unable to get it building. Swift Toolchain version: swift-android-5.0-8
And in https://github.com/readdle/swift-android-architecture I get the following errors: