Skip to main content
Inspiring
October 3, 2024
Question

Issue with InDesign 2025 SDK on Mac: CreateDocument Function Not Working

  • October 3, 2024
  • 1 reply
  • 363 views

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>

This topic has been closed for replies.

1 reply

Community Expert
October 4, 2024

If it works on WIN then it should work on the Mac as well. I suppose you should post this in the prerelease forum as well, that may get the desired attention of the Adobe team on this thing. I have personally not started testing 2025 SDK so unfortunately I can't help at the moment.

-Manan

-Manan