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
In my iOS project I have a pod dependency which I am specifying like so:
pod 'PromisesSwift'
For some reason, the dependency PromisesObjC is appearing twice in the Podfile.lock, even when I delete this file and the Pods directory before running pod install and pod update.
When I try and build this project on CI I get the following issue:
[!] CocoaPods could not find compatible versions for pod "PromisesObjC":
In snapshot (Podfile.lock):
PromisesObjC (= 2.2.0)
In Podfile:
PromisesSwift was resolved to 2.2.0, which depends on
PromisesObjC (= 2.2.0)
None of your spec sources contain a spec satisfying the dependencies: `PromisesObjC (= 2.2.0), PromisesObjC (= 2.2.0)`.
How does this make any sense? Both versions are identical and yet it cannot resolve them.
I've also tried disintegrating the project and reinstalling with no luck.
The text was updated successfully, but these errors were encountered:
In my iOS project I have a pod dependency which I am specifying like so:
For some reason, the dependency
PromisesObjC
is appearing twice in the Podfile.lock, even when I delete this file and thePods
directory before runningpod install
andpod update
.When I try and build this project on CI I get the following issue:
How does this make any sense? Both versions are identical and yet it cannot resolve them.
I've also tried disintegrating the project and reinstalling with no luck.
The text was updated successfully, but these errors were encountered: