Maybe somebody can help me.
When appium tries to run application, the screen flashes with app splash screen, as if appium tries to launch app multiple times. This be
If you are using iOS Simulator, do the following...
In Appium, go to Developer Settings, Check Custome Server Flags and write --native-instruments-lib in the text box.
Now start Appium Server.
Hope this helps!