maxim-lobanov / setup-xcode

Set up your GitHub Actions workflow with a specific version of Xcode
MIT License
281 stars 28 forks source link

Need xcode version 13 #32

Closed adityaSharma369 closed 2 years ago

adityaSharma369 commented 2 years ago

Not able to Install App when we use xcode version 12, since we got an update of IOS version 15.Need xcode version 13 to build the app13

maxim-lobanov commented 2 years ago

Hello @adityaSharma369 , I am not sure that I catch your issue. Xcode 13.0 is present on macOS 11 image.

Please make sure that you specify runs-on: macos-11 and xcode-version: 13 in your YAML

maxim-lobanov commented 2 years ago

Closing it for now since there is no problems to specify Xcode 13