-
-
Notifications
You must be signed in to change notification settings - Fork 132
Conversation
We’ll new to bump the Parse SDK as well, working on a release now |
ijameelkhan you can fix the error by replacing files in project's Pods folder from original Bolts-Swift repository It works fine for me! |
@flovilmart I updated to
I had to add an explicit dependency to |
@felix-dummit this is very odd that the dependency to bolts need to be explicit as it should be provided by the Parse SDK itself. But i’ll Have a look. Also we’re almost releasing the 1.7.0 branch for the Parse SDK which contains proper error handling As bolts 1.9 remove support for catching exceptions and was making the SDK crash |
Ok I was able to fix it. Turns out I had |
I'm having this exact same problem now, upgrading Parse to 1.17.x and LiveQuery to 2.4.x. EDIT: Was able to fix this by manually adding Bolts to the list of linked frameworks for the ParseLiveQuery framework in the Pods project. Seems like adding Bolts as a dependency in the Podfile does this automatically, but this PR hasn't been merged yet so it's not happening at the moment. |
When is this going to get merged? |
@15458434 you should not need this PR, the latest release 2.4.0 should be fine on it’s own |
I can confirm the latest 2.4.0 release still has this issue, and this PR is still necessary to tell Cocoapods that it depends on Bolts so it gets linked. |
8ee1b32
to
f46322c
Compare
fed0095
to
7f2f720
Compare
Small changes to make this library compatible with the latest
1.9.0
Bolts release.