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

CocoaPods still supported? #598

Open
RockLobster opened this issue Jun 27, 2024 · 1 comment
Open

CocoaPods still supported? #598

RockLobster opened this issue Jun 27, 2024 · 1 comment

Comments

@RockLobster
Copy link

RockLobster commented Jun 27, 2024

Hey guys,
I see that version 2.1.7 and 2.1.8 have not been released via CocoaPods.

Is there a reason for it? Is it not yet stable?
Or are you phasing out CocoaPods?

Context:
We are writing a private library which depends on CocoaMQTT and we currently can't publish it via CocoaPods because of the libarclite issue; forcing a deployment target is only possible within a consuming project (Podfile), not for a library (podspec), therefore pushing our podspec fails on validation.
2.1.8 depends on a newer starscream version, though and therefore shouldn't lead to the libarclite issue.
(Actually, I just noticed that the issue is only solved in starscream 4.0.8, also see #597 and the PR #599 )

@RockLobster
Copy link
Author

okay, so if I see this right then in order to fix this issue we need:

  • Bumping minimum deployment targets on MQTTCocoaAsyncSocket (See: PR)
  • Rereleasing MQTTCocoaAsyncSocket
  • Bump CocoaMQTTs dependency on MQTTCocoaAsyncSocket
  • Bump Starscream dependency to 4.0.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant