We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c488068 + a7c459a commit 0f440a2Copy full SHA for 0f440a2
.github/workflows/build-all.yml
@@ -50,7 +50,7 @@ jobs:
50
distribution: 'zulu'
51
java-version: 21
52
- name: Set Xcode version
53
- run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
+ run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
54
- name: iOS debug build
55
run: cd iosApp && xcodebuild -target "iosApp" -configuration Debug -scheme KotlinConfAppScheme -destination 'platform=iOS Simulator,OS=latest,name=iPhone 16' CODE_SIGNING_ALLOWED='NO'
56
0 commit comments