The protocol 'storage:' used in 'storage:filename=DKV.ipa' is not supported

im working on integration Appium inspector and soucelab
and here is my Json file

{
“platformName”: “iOS”,
“appium:platformVersion”: “16.4”,
“appium:deviceName”: “iPhone 11”,
“appium:automationName”: “XCUITest”,
“appium:app”: “storage:filename=DKV.ipa”
}

I upload my app file - DKV.ipa to souceLab
But if I click Start Session button in the Appium Inspector I got this error Failed to create session. An unknown server-side error occurred while processing the command. Original error: The protocol ‘storage:’ used in ‘storage:filename=DKV.ipa’ is not supported. Only http: and https: protocols are supported

It works for Android without any problem but it doesn’t for IOS build file - what should I do?

here is another variant of the json from appium inspector - but with this my app is not displayed. I can see only appium doc in on the iPhone))

{
“appium:platformVersion”: “16.4”,
“appium:deviceName”: “iPhone_12_16_real”,
“appium:automationName”: “XCUITest”,
“appium:appPackage”: “de.dkv-preprod.finder”,
“platformName”: “iOS”,
“appium:newCommandTimeout”: “3600”
}

So my question is - how can i connect appium inspector with souceLab for IOS if my IOS build is located on soucelab website?

Solved - thank you so much)

add solution of your trouble for others :slight_smile:

start using SouceLab service but not xCode)