Skip to main content
Known Participant
November 18, 2013
Question

Has anyone built CS6 plugins for Mavericks?

  • November 18, 2013
  • 2 replies
  • 1115 views

Hi,

Having installed OS X Mavericks, we tried running our plugins with InDesign, but they crash.  I've rebuilt them after replacing the Carbon framework with the Core Foundation one, but they still crash.  Has anyone managed to build CS6 plugins for Mavericks?

Which version of XCode  and which version of the OS X SDK have you used?

Thanks,

Daniel Tate

This topic has been closed for replies.

2 replies

Inspiring
November 18, 2013

OS X Mavericks is severe to memory control.

You should check your code.

Dan TateAuthor
Known Participant
November 21, 2013

Hi Norio,

I'm not sure what you mean by Mavericks being 'severe to memory control', could you explain that a little further please?

Thank you,

Daniel Tate

Inspiring
November 22, 2013

I had a same problem.

In the case of me,

I had used CFLocaleRef locale = CFLocaleCopyCurrent(); and CFRelease(locale);

CFRelease(locale); caused clash under OS X Mavericks, I had removed this.

Bartek_Kropaczewski
Inspiring
November 18, 2013

I'm building all plugins from CS3-CS7 and i havn't noticed any problems so far.

It requires older versions of Xcode to be installed.

Regards

Bartek

Dan TateAuthor
Known Participant
November 21, 2013

Hi Bartek,

Which version of XCode are you using?  Which operating system and which OSX SDK?

We're still using XCode 3.2.6 on OS X 10.6.8 with the OSX 10.5 SDK, is it possible to build CS6 on later versions than that?

As I understand it, it's not possible to run XCode 3.2.6 on anything after OS X10.6.8.  Can CS6 plugins actually be built on OS X 10.9 or are you building them on something else?

Thanks for the help,

Daniel Tate