Closed Dev1an closed 8 years ago
@Dev1an are you using swift-package-manager and last toolchain?
No I just did git submodule add https://github.com/Zewo/SwiftZMQ.git
as it is written in the manual
@Dev1an sorry for old readme. We're only supporting SPM and latest snapshot. Solutions: 1) You can pull later version, with xcodeproj. This e.g. https://github.com/Zewo/ZeroMQ/tree/13c7ae025aec40b3a820a569b9d43a06a6dd2bed 2) You can create xcodeproj by your own 3) you can install latest swift, latest spm, use this swift-build patch https://github.com/Zewo/swift-package-manager/releases , for generating swift project This is until swift community merge this PR https://github.com/apple/swift-package-manager/pull/235
OK Thanks for the clarification @goloveychuk
The readme states
But there is no
SwiftZMQ.xcodeproj
file in this repository.