maxim-lobanov / setup-xcode

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

Missing latest-public value for xcode-version #86

Open jendaz opened 1 day ago

jendaz commented 1 day ago

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.

ASCError

Then I realized, that the build was done with Xcode 16 RC version.

RCBuild

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.

christoschadjikyriakou commented 1 day ago

I am experiencing the same issue. Have you found a solution yet?

benjdum59 commented 1 day ago

Same issue too. Any solution?

jendaz commented 6 hours ago

Also It looks like Apple stopped marking versions with GM and it is now Release [source]

@maxim-lobanov I've noticed that you are using that in XcodeVersionReleaseType in the code.