Closed nikksindia closed 6 years ago
I am trying to build Example target using Xcode9.2 with Swift 4.0 it failed. The error I am getting is
Value of type '[Change]' has no member 'compactMap'
Is there any problem with current swift version or any thing, can anyone help me out
@nikksindia Hi, can you switch to Swift 4.1 to use compactMap
compactMap
@nikksindia Hi, you can check the new version https://github.com/onmyway133/DeepDiff/releases/tag/1.3.0
I am trying to build Example target using Xcode9.2 with Swift 4.0 it failed. The error I am getting is
Is there any problem with current swift version or any thing, can anyone help me out