Buildall.xcodeproj (from the current After Effects SDK) doesn't compile all the sample projects
Hi,
I downloaded what seems to be the latest version of the After Effects Plug-in SDK for macOS from here. The file that downloaded is named "October2021_AfterEffectsSDK_MacOS.dmg".
After copying the folder AfterEffectsSDK out of the disk image and into my Documents folder, I open up Examples/Buildall.xcodeproj in Xcode. I then choose "Product > Build" from the menubar.
Xcode churns for a few moments, then says "Build Succeeded". The Issue Navigator in the left pane fills up with "ProjDumper 34 issues". These are mostly an error message of "The current #pragma pack alignment value is modified in the included file" for each invocation of "#include <adobesdk/config/PreConfig.h>"
And over in the project's build location of "~/Library/Developer/Xcode/DerivedData/Buildall-amdauwwznysantecbdnnhomlfghk/Build/Products/Debug/", I see that the only plugin that has been built is ProjDumper.plugin.
This isn't my first attempt to compile the sample projects. This is just another attempt to do so starting from a fresh copy of the SDK. The last time I ran it, the plugin that successfully compiled was Transformer.plugin, and I could not cajole any of the other plugins into compiling. As far as I can tell the Buildall.xcodeproj file is set with a target of "Build_em_all", which has all of the sample plugin products listed as target dependencies in its "Build Phases" tab. So The intention must be for all of the plugins to build. Yet every time I open a fresh version of this project, it only compiles a single plugin and one seemingly chosen at random, and it also spits out a bunch of errors.
Ooh, found something while writing this and going through the steps again as I got a build failed message this time. This particular setting in AEGPs/AEIO/IO seems very suspicious. There has never been a drive on my system named /Volumes/aedev.

I changed this setting to a folder on my desktop, and now I've managed to compile all the plugins. Hooray.
I'm going to leave all of this writeup in case it helps any other users. But I guess the actual bugs I should mention here are:
• The Installation Build Products Location for Buildall/AEGPs/AEIO/IO is set to the absolute location of a volume that probably only exists on the computer of a developer at Adobe.
• An error message of "The current #pragma pack alignment value is modified in the included file" shows up for each invocation of "#include <adobesdk/config/PreConfig.h>", so 2-4x per plugin.
• Unrelated, but the "Color Blend Ratio" control of the Transformer effect has no effect on the effect's output.
• Is October2021_AfterEffectsSDK_MacOS.dmg really the latest?
Thanks.
I'm on Xcode v14.2 (14C18) on macOS 13.0.1 on an M1 Ultra.
