diff --git a/vendor/vendor-ios/src/main/kotlin/com/malinskiy/marathon/ios/AppleApplicationInstaller.kt b/vendor/vendor-ios/src/main/kotlin/com/malinskiy/marathon/ios/AppleApplicationInstaller.kt index 68f24fd7f..d8fe3f21c 100644 --- a/vendor/vendor-ios/src/main/kotlin/com/malinskiy/marathon/ios/AppleApplicationInstaller.kt +++ b/vendor/vendor-ios/src/main/kotlin/com/malinskiy/marathon/ios/AppleApplicationInstaller.kt @@ -26,6 +26,7 @@ class AppleApplicationInstaller( val remoteXctest = device.remoteFileManager.remoteXctestFile() withRetry(3, 1000L) { device.remoteFileManager.createRemoteDirectory() + device.remoteFileManager.createRemoteSharedDirectory() if (!device.pushFolder(xctest, remoteXctest)) { throw DeviceSetupException("Error transferring $xctest to ${device.serialNumber}") }