"include" error using Xcode with SDK embedded in app
Does anybody else here compile plugins for older versions with macOS SDK 10.14 or 10.15 embedded in the Xcode app? All projects worked fine for me using Xcode 14 under Sonoma, but under Sequoia I have to use Xcode 16. It compiles perfectly for AI 26 and up, but for AI 25 I get an error that the include files exception and memory cannot be found. They are embedded in the SDK within the app here:
Macintosh HD:Applications:Xcode.app:Contents:Developer:Platforms:MacOSX.platform:Developer:SDKs:MacOSX10.14.sdk:usr:include:c++:4.2.1:memory
Any suggestions would be much appreciated.
