@tbao,
I can't use instruments-no-delay with Xcode7.
I add
<key>EnvironmentVariables</key>
<dict>
<key>DYLD_INSERT_LIBRARIES</key>
<string>/Users/amakhov/instruments-without-delay/build/DTMobileISShim.dylib</string>
<key>LIB_PATH</key>
<string>/Users/amakhov/instruments-without-delay/build</string
</dict>
to /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Developer/Library/LaunchDaemons/com.apple.instruments.deviceservice.plist file, but iwd still not working.
Do I forgot something to do?
What is in your /usr/bin/instruments file?