You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe Xcode 4.5 breaks this. The full path to Instruments template is now:
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate"
The xcode-select -print-path method /Applications/Xcode.app/Contents/Developer is now apparently problematic.
I tried setting the full path in runner.rb > def detect_template which solved the ".../Automation.tracetemplate does not exist (RuntimeError)", but immediately crashes Xcode, with no logged error, while running the CoreDataBooks example app on iPhone 5 / iOS 6.
The text was updated successfully, but these errors were encountered:
I believe Xcode 4.5 breaks this. The full path to Instruments template is now:
"/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate"
The xcode-select -print-path method /Applications/Xcode.app/Contents/Developer is now apparently problematic.
I tried setting the full path in runner.rb > def detect_template which solved the ".../Automation.tracetemplate does not exist (RuntimeError)", but immediately crashes Xcode, with no logged error, while running the CoreDataBooks example app on iPhone 5 / iOS 6.
The text was updated successfully, but these errors were encountered: