I am attempting to wrap my head around Xcode's audio unit extension template (found in the new target interface). I have loosely followed this tutorial to get the basics down but I am having trouble getting the UI functioning. When loading into Logic Pro X, the unit looks like this:
My guess it that it's not loading the UI properly. How might I go about fixing this?
Alternatively, am I doing the whole thing wrong?
Current AudioUnit.m file (GitHub Gist)