-
Notifications
You must be signed in to change notification settings - Fork 25k
Bump Xcode to 12.1.0 and use Gemfile CocoaPods version during pod install #30250
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
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
|
This pull request was exported from Phabricator. Differential Revision: D24545010 |
|
Base commit: 36b0f7d |
|
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. |
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
|
This pull request was successfully merged by @hramos in 538446e. When will my fix make it into a release? | Upcoming Releases |
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