InDesign Plugin SDK samples don't compile in XCode
I've just downloaded Plugins SDK 19.3.0.58. I'm running XCode 15.3 on Sonoma 14.4.
1. Open the SDKSamples workspace.
2. Build fails at line 73 integral_wrapper.hpp error
integer value -1 is outside the valid range of values [0, 3] for this enumeration type
So, seemingly this is a Boost version issue. If I download the current Boost 1.84.0_1, I can use it with no problem in a new XCode C++ project. But, since Boost (1_74) is distributed *with* the sdk, we assume it's a strict dependency?
Any suggestions how I can resolve to get a functioning plugin development tooling set up?
TIA,
Jim
