Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unexpected dependency version of CocoaPods #509

Closed
wants to merge 1 commit into from

Conversation

chorim
Copy link

@chorim chorim commented May 20, 2022

Description:
I'm found a bug while installing RIBs using CocoaPods.

I have confirmed that the results are different from when I used a different package manager(such as SwiftPM, Carthage).

All installation methods are looking at the branch "main".

SwiftPM:
image

Carthage:
image

CocoaPods:
image

This issue occurs because the "CocoaPods" dependency requirement version notation is different.
https://guides.cocoapods.org/syntax/podspec.html#dependency

SwiftPM:
https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html#package-dependency

Carthage:
https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile

I think CocoaPods are a bug, so I open a Pull Request.

Related issue(s):

@CLAassistant
Copy link

CLAassistant commented Jun 10, 2022

CLA assistant check
All committers have signed the CLA.

@tyvsmith tyvsmith added the iOS iOS related tickets label Aug 4, 2022
@rudro
Copy link
Contributor

rudro commented Apr 25, 2023

Have landed #534 which should address

@rudro rudro closed this Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS iOS related tickets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants