On the Beta version of 10.9 we have installed, I don’t see the Instrumentation checkbox ?? What am I missing. thnx
I do have the instrument check box. Is this what you referent to?

waiting for reply…why do I not see Instrument within the Application Capabilities ? this is an ios app. thnx
I can see the Instrument checkbox for the canned Erie Bank example, but not for my app. Do we need to provide the app in some configuration that allows for Instrumentation to be used ?
Hi
This is an issue from our side, Instrumentation on iOS Simulators occur only on the launch of the app and not while installing it, we will clarify the UI to better support your scenario from the Studio
for the time being, you can launch it with instrumented mode from an external client (e.g eclipse)
using the following capability set :
dc.setCapability("instrumentApp",true)
dc.setCapabilitiy("bundleId",<your app bundle id>)
dc.setCapability"dontStopAppOnReset",true)
sorry for the inconvenience 