You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Can you please revert back your changes to s.dependency 'Starscream', '~> 3.1.0' or better to s.dependency 'Starscream', '~> 3.1.1 ?
Because otherwise, if I use another 3'rd party dependency in my project like Cobrowse.io (which also requires Starscream) then I get pods conflicts error. In this case can't update ParseLiveQuery pod up to latest v2.7.2, because the following conflict error shown if I run pod update:
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Starscream":
In snapshot (Podfile.lock):
Starscream (= 3.1.0)
In Podfile:
CobrowseIO/Extension was resolved to 2.8.8, which depends on
Starscream (~> 3.1.1)
ParseLiveQuery was resolved to 2.7.2, which depends on
Starscream (= 3.1.0)
The text was updated successfully, but these errors were encountered:
Hello,
In your previous releases
<= v2.7.0
the file: https://github.com/parse-community/ParseLiveQuery-iOS-OSX/blob/2.7.0/ParseLiveQuery.podspechad the Starscream dependency like:
but in your release
v2.7.1
, see: #226you guys changed it to:
NO
~>
in dependency line unfortunately.Can you please revert back your changes to
s.dependency 'Starscream', '~> 3.1.0'
or better tos.dependency 'Starscream', '~> 3.1.1
?Because otherwise, if I use another 3'rd party dependency in my project like Cobrowse.io (which also requires Starscream) then I get pods conflicts error. In this case can't update ParseLiveQuery pod up to latest
v2.7.2
, because the following conflict error shown if I runpod update
:The text was updated successfully, but these errors were encountered: