IOS Simulator 5.1 では、次のコードが機能しました。
`instruments -t /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Instruments/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate /Users/administrator/Library/Application\ Support/iPhone\ Simulator/6.0/Applications/$numbersstrings/myapp.app/ -e UIASCRIPT /Users/administrator/Desktop/Tests/smoke.js`
xcode の更新後、ios シミュレーター 6.0 このコードは機能せず、次のエラーが表示されます。
`Instruments Usage Error : The specified template 'file://localhost/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Instruments/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate' does not exist.`
フォルダ: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library にはフォルダ /Instruments が含まれていません。
どこで見つけますか?