Skip to content

Commit bf151c6

Browse files
committed
ci: build iOS with Xcode 26
@nativescript/core 9.0.20 uses the iOS 26 interactiveContentPopGestureRecognizer API when running on iOS 26+. Apps built with the iOS 18 SDK (Xcode 16) lack the API in their generated metadata, crashing the test app on the iOS 26.2 simulator. Build with Xcode 26 so the metadata matches the simulator runtime.
1 parent 2301d4d commit bf151c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# NativeScript CLI (provides the `ns` binary the nx test executor spawns)
1414
NS_CLI_VERSION: latest
1515
# iOS (runner label is set on the job's `runs-on`, it can't read env)
16-
XCODE_VERSION: "^16.0"
16+
XCODE_VERSION: "^26.0"
1717
# Android
1818
JAVA_VERSION: "21"
1919
ANDROID_API: "34"

0 commit comments

Comments
 (0)