CC-Extension-Builder-for-Brackets
CC-Extension-Builder-for-Brackets copied to clipboard
Photoshop CC First Run of Extension
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.
I can confirm this. Also using Mac OS X 10.9.2 (Mavericks) with Photoshop CC 14.2.1
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
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.
Checked plist and it has value 1, but still fails to launch the extension