Issue with InDesign 2025 SDK on Mac: CreateDocument Function Not Working
Hello All,
I am trying to create a new document using SDKLayoutHelper class function layoutHelper.CreateDocument but it is getting stuck at ProcessCommand, it just could not execute it.
Any idea why its not working, this same thing works perfectly on Windows OS
I am facing this issue on
- Mac OSX 13.7
- XCode 15.2
- InDesign 2025 SDK
I even tried adding following 2 lines of code in one of the sample project from SDK sample but same issue there as well
SDKLayoutHelper layoutHelper;
layoutHelper.CreateDocument();
Am I doing anything wrong OR missing something?
Thank You
<Title renamed by MOD>
