We are developing an IOS Native Application with Meteor Server on back-end, so for that we are using SWIFT DDP library. But now we have lots of errors when we install SWIFT DDP via CocoaPods in Xcode 9 with SWIFT 4.
Here is repository link:
The major issue is that currently swiftDDP depends on CryptoSwift 0.6.9 but CryptoSwift has had some major improvements for Swift 4 and is currently at version 0.7.2.
We are reporting these issues on repository since past 6 months, and they just fixed this 4 days ago. Isn’t there any official library for Meteor for developing Native IOS Applications?