Bump Xcode to 12.1.0 and use Gemfile CocoaPods version during pod install#30250
Closed
hramos wants to merge 1 commit intofacebook:masterfrom
Closed
Bump Xcode to 12.1.0 and use Gemfile CocoaPods version during pod install#30250hramos wants to merge 1 commit intofacebook:masterfrom
hramos wants to merge 1 commit intofacebook:masterfrom
Conversation
Summary: Upgrade the version of Xcode used in Circle CI to Xcode 12.1.0, and target iOS 14.1 in tests. Reference: * Circle CI Xcode 12.1 container manifest (new version): https://circle-macos-docs.s3.amazonaws.com/image-manifest/v3985/index.html * Circle CI Xcode 11.6.0 container manifest (previous version): https://circle-macos-docs.s3.amazonaws.com/image-manifest/v3299/index.html > Source: https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions The default version of CocoaPods used in the Xcode 12.1 container image has changed. Use `bundle exec` with `pod install` to ensure we use the same version of CocoaPods as prescribed in the Gemfile. Changelog: [iOS][Changed] - Update iOS project template for Xcode 12.1.0 [Internal] Bump Xcode version used for iOS tests. Differential Revision: D24545010 fbshipit-source-id: b9e306160e58418698c070983f74f938cc6e54b4
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D24545010 |
|
Base commit: 36b0f7d |
8 tasks
Contributor
Author
|
This is an export of an internal diff. The internal diff has been approved, but we're blocked until Xcode 12.1.0 has finished rolling out to our internal CI. |
hramos
added a commit
to hramos/react-native
that referenced
this pull request
Oct 28, 2020
Summary: Pull Request resolved: facebook#30250 Upgrade the version of Xcode used in Circle CI to Xcode 12.1.0, and target iOS 14.1 in tests. Reference: * Circle CI Xcode 12.1 container manifest (new version): https://circle-macos-docs.s3.amazonaws.com/image-manifest/v3985/index.html * Circle CI Xcode 11.6.0 container manifest (previous version): https://circle-macos-docs.s3.amazonaws.com/image-manifest/v3299/index.html > Source: https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions The default version of CocoaPods used in the Xcode 12.1 container image has changed. Use `bundle exec` with `pod install` to ensure we use the same version of CocoaPods as prescribed in the Gemfile. Changelog: [iOS][Changed] - Update iOS project template for Xcode 12.1.0 [Internal] Bump Xcode version used for iOS tests. Reviewed By: fkgozali Differential Revision: D24545010 fbshipit-source-id: 4435a6041a9534f21fc8f84b212c2575eb82165c
Collaborator
|
This pull request was successfully merged by @hramos in 538446e. When will my fix make it into a release? | Upcoming Releases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Upgrade the version of Xcode used in Circle CI to Xcode 12.1.0, and target iOS 14.1 in tests.
Reference:
https://circle-macos-docs.s3.amazonaws.com/image-manifest/v3985/index.html
The default version of CocoaPods used in the Xcode 12.1 container image has changed. Use
bundle execwithpod installto ensure we use the same version of CocoaPods as prescribed in the Gemfile.Changelog:
[iOS][Changed] - Update iOS project template for Xcode 12.1.0
[Internal] Bump Xcode version used for iOS tests.
Differential Revision: D24545010