We have an application that we are trying to run on a simulator that we then connect with Appium. We have Appium installed and can run it.
It currently points to an .ipa file created with a distribution provisioning profile. Appium manages to install the App on the simulator, but it launches and crashes immediately 3 times.
From what I understand I have to add a Debug .app file onto the simulator for this to work. But I am unsure of how I can go about creating this. I am using Visual Studio on a Windows pc and Remoting into a Mac Mini. Visual Studio only builds it in a .ipa format and I don't know how to generate the .app file.
I am using Visual Studio 2017 and Xcode10
Any help would be greatly appreciated. Thank you