-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[XcodeV5] Add Xcode ver. 13 support #15602
[XcodeV5] Add Xcode ver. 13 support #15602
Conversation
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
…5_add_support_for_xcode13
Tested related changes manually all works as expected. Link to the test build: Run 20211214.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
…5_add_support_for_xcode13
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
Hi, I was curious if this PR adds support for Xcode 13.2.1, which uses the most recent version of the log4j library: https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2_1-release-notes I am seeing errors in my own pipeline when I try to specify Xcode version 13.2.1, but it may be a separate issue. Thanks |
Hi @bsbechtel, this PR provided an ability to pick up the Xcode 13.0 only. As I can see the Xcode 13.2.1 is already presented in the Here is a YAML snippet for reference: - task: Xcode@5
inputs:
actions: 'build'
sdk: 'iphoneos'
xcodeVersion: 'specifyPath'
xcodeDeveloperDir: '/Applications/Xcode_13.2.1.app'
packageApp: false |
@alexander-smolyakov thank you for the clarification. Interestingly enough, I ran the pipeline last night using |
@bsbechtel it seems the migration process for the |
Task name: XcodeV5
Description:
Documentation changes required: (Y/N) Yes
Added unit tests: (Y/N) No
Attached related issue: #15535
Checklist: