First, There is no option for Platform Version 9.0 in Gui(I had to change it manually to 9.0 instead of 8.4).
From what I understood version 1.4.13 should support IOS 9.1 so it looks weird to me.
Second, All Settings are set as expected, App path is configured(Tried both with .Ipa and .APP)
IP, xCode is configured, names and the rest.
can you follow this post: Has anyone been able to use ios simulator 9.1 with Appium 1.4.13??
I think the problem is appium 1.4.13 is that it is shipped with instrument-without-delay enabled. But this option won’t work with xcode 7 anymore so you have to manually disable it by adding --native-instruments-lib option
I have tried it and it works for me
@TamirS,
This issue got resolved for me. I will explain the steps which I have done.
Go to Xcode ->Click Open Developer Tools-> Click Instruments->In
top of the Instruments tab you can find Choose a profiling
template(Choose your iPhone device)->Select Automation->Click
Choose button->Click the Play button.
Go to Appium and start the server.
Now your app get installed successfully in device.