Link framework in AU app extension

Instead of copying stuff every time I write a new Audio Unit App Extension, I wanted to gather the reusable stuff in a framework.

But when I link against it, I get this:


2017-04-23 21:29:07.211034+0200 Host[13448:715188] [ops] Hub connection error Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.***.YYY.Compressor" UserInfo={NSDebugDescription=connection to service named com.***.YYY.Compressor}

2017-04-23 21:29:07.211192+0200 Host[13448:715113] 86: Failed to open AudioUnit extension: Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.***.YYY.Compressor" UserInfo={NSDebugDescription=connection to service named com.***.YYY.Compressor}


Does anyone know what the problem is, and how to fix it? If I simply remove the linking, it will run just fine.

Replies

Which version Xcode?


Legacy or fresh project?