[ObjC] Raise the min OS versions (and required Xcode)#10652
Merged
thomasvl merged 1 commit intoprotocolbuffers:mainfrom Sep 26, 2022
Merged
[ObjC] Raise the min OS versions (and required Xcode)#10652thomasvl merged 1 commit intoprotocolbuffers:mainfrom
thomasvl merged 1 commit intoprotocolbuffers:mainfrom
Conversation
dmaclach
approved these changes
Sep 25, 2022
Xcode min: 13.3.1 iOS min: 10.0 macOS min: 10.12 tvOS min: 12.0 watchOS min: 6.0 Apple's AppStore requirements now require Xcode 13: https://developer.apple.com/news/?id=2t1chhp3 Update to the minOS version and Xcode version that also matches what Firebase as done as that seems like a common set for most Apple platforms (https://firebase.google.com/docs/ios/setup).
0707d47 to
276f176
Compare
Contributor
Author
|
The Ruby test seems like infrastructure flake updating things on the CI machine, and the CL doesn't change anything related to that. |
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 4, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 4, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 4, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 4, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 4, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 5, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 6, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 10, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 11, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 11, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
jtattermusch
added a commit
to jtattermusch/grpc
that referenced
this pull request
Apr 12, 2023
due to protobuf bumping their required versions here: protocolbuffers/protobuf#10652
HannahShiSFB
added a commit
to grpc/grpc
that referenced
this pull request
May 20, 2023
Upgrade apple platform deployment_target versions to fix the cocoapods push of BoringSSL-GRPC about the following error: ``` ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` ref: https://developer.apple.com/forums/thread/725300 This also aligns with the versions required by [protobuf](protocolbuffers/protobuf#10652) ``` ios.deployment_target = '10.0' osx.deployment_target = '10.12' tvos.deployment_target = '12.0' watchos.deployment_target = '6.0' ```
eugeneo
pushed a commit
to eugeneo/grpc
that referenced
this pull request
Jun 1, 2023
Upgrade apple platform deployment_target versions to fix the cocoapods push of BoringSSL-GRPC about the following error: ``` ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` ref: https://developer.apple.com/forums/thread/725300 This also aligns with the versions required by [protobuf](protocolbuffers/protobuf#10652) ``` ios.deployment_target = '10.0' osx.deployment_target = '10.12' tvos.deployment_target = '12.0' watchos.deployment_target = '6.0' ```
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.
Xcode min: 13.3.1
iOS min: 10.0
macOS min: 10.12
tvOS min: 12.0
watchOS min: 6.0
Apple's AppStore requirements now require Xcode 13:
https://developer.apple.com/news/?id=2t1chhp3
Update to the minOS version and Xcode version that also matches what Firebase as done as that seems like a common set for most Apple platforms (https://firebase.google.com/docs/ios/setup).