How to use appium from terminal for testing and GUI for uiautomator simultaneously?

This is not the error i am getting… Sdk ‘10.3.2’ was not in list of simctl sdks … this is the error

Change the platform version based on the output of

xcrun simctl list

https://github.com/appium/appium/issues/7237

If you just looking to ‘Inspect elements’ of your application then follow the steps in the video with Xcode 9

1 Like

I have done same as you : it gives the following error

Could not start a new session

Be sure the Appium server is running with an application opened by using the “App Path” parameter in Appium.app (along with package and activity for Android) or by connecting with selenium client and supplying this in the desired capabilities object.

To inspect elements in Android use uiautomatorviewer which comes with Android SDK, it easy to use. Use Appium app for iOS app alone

yes i am trying to use appium.app for ios only… and it gives the above error

https://discuss.appium.io/t/could-not-launch-appium-inspector-cannot-launch-the-appium-inspector-on-1-3-5-beta/2967/2