Environment -
Appium - 1.5.3
iOS Simulator - 9.3
XCode - 7.3
Defect - When I want to configure Appium Server to launch Appium Inspector by running app on iOS simulator with BundleID, it throws error saying some Info.plist file doesnt exist. However if for the same Simulator with same Appium app if I use App path : /././Sample.app then Appium Inspector launches for this setting.
Another observation is When selected Real iOS device as Instrument, vice versa is the behavior. Here Appium Inspector launches only when bundleId is specified on the AppiumApp and not the App path of the app.
I am not pasting the logs for both scenarios as they are about just checking correct options when using either iOS Simulator or real device.
Expected behaviour - For BundleId or App path arguments on Appium app , Appium Inspector should be able to launch on both Simulator and Real device