- Changed the default Xcode version from 16.4.0 to 26.0.0 in the setup-xcode action configuration.
This update ensures compatibility with the latest development requirements.
Signed-off-by: Innei <tukon479@gmail.com>
- Added a new step to check the CI environment, including user and Xcode path information.
- Implemented a robust Xcode setup process that accepts the license and sets the correct path using sudo if available.
- Introduced a method to start the Simulator Service with error handling for existing instances.
- Enhanced the iOS platform download process with checks for available SDKs and alternative download methods.
- Added a verification step to confirm successful setup and available SDKs.
This update aims to streamline the Xcode setup process in CI environments, ensuring a more reliable and informative workflow.
Signed-off-by: Innei <tukon479@gmail.com>
- Changed the default Xcode version from 16.4 to 16.2.0 in the setup-xcode action configuration.
This update ensures compatibility with the specified version for builds.
Signed-off-by: Innei <tukon479@gmail.com>
- Changed default Xcode version in setup action to 16.4.
- Updated macOS runner labels from 'macos-latest' and 'macos-15' to 'macos-16' in multiple workflows for consistency.
Signed-off-by: Innei <tukon479@gmail.com>