-
-
Notifications
You must be signed in to change notification settings - Fork 133
Merge as module with main SDK #262
Comments
Thanks for opening this issue!
|
is there a timeframe on this? this is the only thing stopping me from using SPM/Parse in our projects because ParseLiveQuery relies on Parse being installed via Cocoapods |
We don't have a timeframe for that yet. Did you try to add the main Parse SDK via SPM and add the LiveQuery SDK via Cocoapods until then? |
My use case is I have a local framework that uses ParseCore as a dependency (via SPM), and when I try to add the LiveQuery SDK via Cocoapods, it throws up a bunch of errors. One such error: Admittedly, I haven't spent a lot of time debugging it or trying to get it work; my guess was simply that it didn't like the conflict between the Parse SDK that is brought it via LiveQuery SDK's dependency in cocoapods, and the ParseCore SDK from SPM I've just taken out the ParseCore dependency from my local framework for the time being, and am going with Cocoapods |
Got it, I'm confident we'll get this module merged with the main SDK in the coming weeks. |
@mtrezza Any timeframe? would it happen? Thanks! |
You can follow the effort here: |
Closing via parse-community/Parse-SDK-iOS-OSX#1714 |
New Feature / Enhancement Checklist
Current Limitation
This repo needs to be maintained separately from the main SDK.
Feature / Enhancement Description
Now that the main Parse iOS SDK supports SPM, this LiveQuery repository can be merged with it and added as a module. The module can be optionally installed when adding the SDK via SPM.
Example Use Case
n/a
Alternatives / Workarounds
n/a
The text was updated successfully, but these errors were encountered: