Closed drdaz closed 5 years ago
Here's the reproducer.
Running a local repo with the current code, and bumping the Bolts-Swift dependency to 1.4.0 builds fine.
I haven't done any other testing yet.
Here's a PR with the Podspec bump needed to fix this https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/175
@drdaz Can this be closed now?
@Tom-Fox1 I just updated to the current release in the project I use this in. It builds fine now. :)
Closing.
I've made an example Xcode project (no code from me) where the Podfile is as follows:
Running pod install creates a workspace which doesn't compile. It looks like the version of Bolts-Swift (1.3.0) linked to doesn't compile.
The code actually looks wrong to me:
I've tried forcing Bolts-Swift 1.4.0 into the mix by specifying so in the Podfile. Running pod update in this config yields a version 1.4.0 of the Parse iOS SDK and 2.2.3 of ParseLiveQuery. But the project compiles.
This doesn't seem quite right.