Skip to main content
Inspiring
August 7, 2023
Answered

Illustrator extension macOS ventura issue

  • August 7, 2023
  • 1 reply
  • 896 views

Hi,

 

I created an Adobe Illustrator extension. When I created a .pkg installer then test the installation, it is saying that the installation is successful but when I check it on the Illustrator, the extension is not there. I notice that this happens when I upgraded my macOS to Ventura 13.5.

I have previous .pkg that is created when my macOS is still Monterey. The installation works fine and the extension is there.

Is there additional settings that needs to be done on Ventura?

 

Additional information

1. The installer(.pkg) is created using pkgbuild.

 

Thanks in advance,

Hanna

This topic has been closed for replies.
Correct answer maria hannad92609693

Hi,

Already found the issue the "install location" is incorrect. It should be /Library/Application Support/Adobe/CEP/extensions/I**F**PLMExtension/ instead of /Library/Application/Support/Adobe/CEP/extensions/I**F**PLMExtension/

Thanks!

1 reply

Community Expert
August 8, 2023

What exactly are you installing? A plugin i.e. an aip file or a CEP extension? How are you creating the package? please share the details that might point to some clues

-Manan

-Manan
Inspiring
August 9, 2023

Hi @Manan Joshi,

It is CEP extension.

This is how we created the installer:

1. We exported the codes via Export Adobe Application Extension(zxp)

2. Install the zxp via MAC extension manager. It will install the plugin to Illustrator

3. Under the adobe/CEP/Extensions folder in MAC, you will see the installed plugin codes.

4. We will then copy the plugin codes, set the permission to read and write.

5. Then we run this to MAC terminal and it will create the .pkg file: pkgbuild --root I**F**PLMExtension install.pkg --install-location /Library/Application/Support/Adobe/CEP/extensions/I**F**PLMExtension/ --identifier com.i**.I**F**PLMExtension

And that's it.

 

 

 

maria hannad92609693AuthorCorrect answer
Inspiring
August 9, 2023

Hi,

Already found the issue the "install location" is incorrect. It should be /Library/Application Support/Adobe/CEP/extensions/I**F**PLMExtension/ instead of /Library/Application/Support/Adobe/CEP/extensions/I**F**PLMExtension/

Thanks!