-
Notifications
You must be signed in to change notification settings - Fork 441
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: Web3Core.podspec #749
Fix: Web3Core.podspec #749
Conversation
Thanks, just asking, did you run |
@zhangliugang Thanks for the effort but it looks like there are still a few errors. The issues:
@yaroslavyaroslav I think |
Oh, nice idea, I've had though about how to adds some checks to pods that would work with its limitation, and lint definitely would. So I'll add it within a week or so to ci/cd. There's also --allow-warnings flag required because there's warnings throws from within some of dependency of us. Btw, I have no idea why the hell it throws an error about unreachable pod if both pod version didn't updated and it didn't deleted from their repo. That dependency tool just cursed I guess. |
lint failed because it clone code from tag 3.0.6 |
@zhangliugang it should be unrelated, I mean while you performing Anyway, It worth it to bump version in both specs as it necessary to release pod anyway. |
@yaroslavyaroslav I mean I found an existing release workflow from |
Ah, yep, looks like I didn't got your point at first place. Thanks for the example, I'll look at it shortly. Anyway, if you know some way how to made multi pod maintainable by ci/cd you're more then welcome to suggest some. Since this is such a pain to made it manually every time. |
@zhangliugang It's good, but since I will release 3.1.1 this week, and this PR would be a part of it please bump both specs in files to Also I'll leave it here for the history: The right way to check whether the local code is passing pod checks is: |
Updated versions to 3.1.1 |
Summary of Changes
Fixes Web3Core.podspec
before publish new version to Cocoapods, change
Podfile
like this:Test Data or Screenshots
By submitting this pull request, you are confirming the following:
develop
branch.