onmyway133/DeepDiff

Use of unresolved identifier 'IndexPathConverter'

cuddle-sujeet opened this issue · 3 comments

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

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

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

@cuddle-sujeet Glad that it works 👍