Commit bf151c6
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments