I have a project set up such that one of target launches UIAutomation when build process finishes. Instruments is launched from Python script which eventually call the usual "xcrun instruments ..." command on bash.
It worked for quite a while without a problem. After upgrading Xcode to 4.4, I'm starting to see "Failed to Load XXX Locator Plugin." error message. Any Ideas where to start track down problem?
Any clue would be helpful! Thanks in advance.