When I add this line of code (to an empty new OS X 10.10 project):
AVAudioUnitComponentManager *manager = [AVAudioUnitComponentManager
sharedAudioUnitComponentManager];
I get this exception:
Failed to set (contentViewController) user defined inspected property on (NSWindow): -[__NSCFString substringWithRange:]: Range {0, 18446744073709551615} out of bounds; string length 3
Any ideas?