Launching an iOS app using certain arguments

Hello,

I have an .ipa file that I’m trying to launch via the appium inspector session. I want to launch the app with certain arguments passed upon launch. I have an environmental variable which is present in the xcode project called “GE_VERBOSE 1”

When this environmental variable is activated when running the app in xcode, it disables an overlay screen that pops up when the app launches.

How can I do the same with appium? How can I pass this argument on launch using the inspector session or command line? I tried using the “processArguments” = GE_VERBOSE 1 in the desired capabilities but it didn’t like the format I gave it.

Any help would be greatly appreciated!