onmyway133 / DeepDiff

🦀Amazingly incredible extraordinary lightning fast diffing in Swift
https://onmyway133.com/apps/
Other
2.05k stars 145 forks source link

Use of unresolved identifier 'IndexPathConverter' #17

Closed cuddle-sujeet closed 6 years ago

cuddle-sujeet commented 6 years ago

Cant use this class 'IndexPathConverter' in my project. have installed the pod using:-- pod 'DeepDiff'

on Xcode 9.3 and using swift 4 pod --version 1.5.2

onmyway133 commented 6 years ago

@cuddle-sujeet Hi, can you check your Podfile.lock and see if you're using the latest version https://github.com/onmyway133/DeepDiff/releases ?

cuddle-sujeet commented 6 years ago

Tried updating the pod after installation, now I am able to use the IndexPathConverter class, Thanks

onmyway133 commented 6 years ago

@cuddle-sujeet Glad that it works 👍