onmyway133 / DeepDiff

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

Removing DeepDiff prefix in preprocess function invocation in WagnerF… #49

Closed ninjazoete closed 4 years ago

ninjazoete commented 4 years ago

…ischer algorithm

I could not build tvOS scheme using carthage. I started looking for an error and found out DeepDiff is referenced from inside Wagner algorithm where files are put into same module that makes the DeepDiff module.

By removing the prefix to static func from DeepDiff.swift file it compiles fine.

Try building SwiftPackage-TvOS scheme locally on 5.1 and error pops up instantly. Hope it helps

onmyway133 commented 4 years ago

@ninjazoete nice catch 👍