Just cloned the repo, opened the included SampleApp workspace, and tried building but it fails with <unknown>:0: error: no such file or directory: '/Users/me/Desktop/RocketData/SampleApp/Pods/ConsistencyManager/ConsistencyManager/DataStructures/WeakListenerArray.swift'
I was able to fix the problem by updating the ConsistencyManager pod from 4.0.0 to 5.0.0: pod update ConsistencyManager
Would be more than happy to submit a quick PR for this @plivesey
Just cloned the repo, opened the included
SampleAppworkspace, and tried building but it fails with<unknown>:0: error: no such file or directory: '/Users/me/Desktop/RocketData/SampleApp/Pods/ConsistencyManager/ConsistencyManager/DataStructures/WeakListenerArray.swift'I was able to fix the problem by updating the
ConsistencyManagerpod from4.0.0to5.0.0:pod update ConsistencyManagerWould be more than happy to submit a quick PR for this @plivesey