My xcode is updated to 5.0 when I use the tools command to launch the application as follows: tools -w 1ca20d9f0a864fe487218935aa76ec055b2609b5 -t / Applications / Xcode.app / Contents / Applications / Instruments.app / Contents / PlugIns / AutomationInstrument.bundle / Contents / Resources / Automation.tracetemplate example.app
Then an error occurred: When trying to run the script, the automation tool encountered an error. UIANoScriptToRun Error: An error occurred while trying to run the script.
The command works prefectly with xcode4.6.3, but receives an exception on xcode5.0 (a command tool is also installed).
How to solve this problem? Many thanks.
source
share