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.
1 parent 2ad56e6 commit 544f87bCopy full SHA for 544f87b
native/kotlin-test-native-xctest/build.gradle.kts
@@ -87,6 +87,7 @@ fun registerCopyFrameworkTask(target: KonanTarget): TaskProvider<Sync> =
87
}
88
) {
89
include("XCTest.framework/**")
90
+ include("XCUIAutomation.framework/**")
91
92
93
0 commit comments