I am trying to get auwrapper from the latest SDK working with my plugin, but I can’t build my project. I built the auwrapper library as described, but when I try to build my project (as a Debug build for now), it can’t find the debug[.xconfig] file. I went to edit the [myproject]_debug.xconfig file to change the path to that file, but I can’t find any debug.xconfig file anywhere in the SDK. It used to be in base/mac/config, but there is no mac folder inside the base folder (either in the folder that came with the SDK or the generated folders from using the CMake app to generate my SDK Xcode projects). And a search of the entire SDK did not turn up that file. What am I missing?
-Howard