Hi Jules, thanks for your reply.
In the meantime, I have tried the following (without success):
- Installed Node.js and NPM
- Installed ‘appium-xcuitest-driver’
- Changed the implementation in
Appium.app/Contents/Resources/node_modules/appium/build/lib/appium.js
to use theWebDriverAgentDriver
(which is the one defined in appium-xcuitest-driver 1.0.4) if the platform is “ios”. - The current implementation of
determineDevice()
indriver.js
does not yet support real devices (only simulator)… so I changed this implementation to return my real device without a check.
Next I ran into an error, that says, that the Info.plist could not be extracted from the ipa. But the same ipa works with the appium-ios-driver.
So I gave up.