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 installation test fails — Twitter is not reachable #2187

Closed
1ec5 opened this issue Jul 25, 2019 · 1 comment · Fixed by #2188
Closed

CocoaPods installation test fails — Twitter is not reachable #2187

1ec5 opened this issue Jul 25, 2019 · 1 comment · Fixed by #2188
Labels
build Issues related to builds and dependency management. release blocker Needs to be resolved before the release.
Milestone

Comments

@1ec5
Copy link
Contributor

1ec5 commented Jul 25, 2019

As of yesterday, the Xcode_10.2_iOS_12.2_CP_update build bot has started failing because all pods fail to lint. pod lib lint checks reachability of any URL in the podspec, including the social media URL:

s.social_media_url = "https://twitter.com/mapbox"

However CocoaPods checks for reachability, a Twitter site redesign is breaking it: CocoaPods/CocoaPods#9049.

firebase/firebase-ios-sdk#3418 is probably close to what we’ll need to do in the interim: remove the social media URL from the podspec while linting.

/cc @mapbox/ios

@1ec5 1ec5 added build Issues related to builds and dependency management. release blocker Needs to be resolved before the release. CocoaPods labels Jul 25, 2019
@1ec5 1ec5 added this to the v0.36.0 milestone Jul 25, 2019
@1ec5
Copy link
Contributor Author

1ec5 commented Jul 26, 2019

#2188 removes the social media URL for the tests, but for now, when releasing, we’ll need to use --allow-warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues related to builds and dependency management. release blocker Needs to be resolved before the release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant