UIAutomation failed to load plugin
Asked Answered
G

0

3

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.

Output from Instruments

Geometrician answered 17/9, 2012 at 21:4 Comment(2)
See also #13923772 - it's starting to look like this is an honest-to-goodness bug in Xcode.Glaze
I had the same issue recently. I think I finally found a solution. Check out my answer here: https://mcmap.net/q/626346/-running-uiautomation-scripts-from-xcodeFaithless

© 2022 - 2024 — McMap. All rights reserved.