CC-Extension-Builder-for-Brackets icon indicating copy to clipboard operation
CC-Extension-Builder-for-Brackets copied to clipboard

Photoshop CC First Run of Extension

Open anodpixels opened this issue 11 years ago • 4 comments

After creating the extension like the video instructed and the written instructions as well, started photoshop and tried to run the extension, got this pop-up message saying:

"Cannot complete command because the extension could not be loaded."

Running Mavericks.

anodpixels avatar Nov 28 '13 01:11 anodpixels

I can confirm this. Also using Mac OS X 10.9.2 (Mavericks) with Photoshop CC 14.2.1

fnky avatar Mar 15 '14 13:03 fnky

When the plugin is trying to load it logs ERROR Signature verification failed for extension com.example.helloworld

And when it unloads (close extension window) it logs ERROR Failed to unload extension com.example.helloworld as it is not loaded

fnky avatar Mar 15 '14 13:03 fnky

It seems like the extension did not have the permission to run, meaning that the debug mode wasn't properly set on the system. Please check that the file: ~/Library/Preferences/com.adobe.CSXS.4.plist and add make sure the key "PlayerDebugMode" has the value 1.

davidderaedt avatar Apr 15 '14 14:04 davidderaedt

Checked plist and it has value 1, but still fails to launch the extension

NoWorries avatar Feb 04 '16 23:02 NoWorries