setup-xcode
setup-xcode copied to clipboard
Missing latest-public value for xcode-version
We have set up xcode-version: latest-stable
, but AppStore Connect didn't want to release our version, because it was't build with latest public Xcode version.
Then I realized, that the build was done with Xcode 16 RC version.
Based on the doc there is no other option besides latest and specific version (sub-versions).
So I would suggest to have the option to set up latest-public
value for xcode-version
to be able to have this setup at least for production releases.