Last active
August 29, 2015 13:56
-
-
Save iljaiwas/9234321 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Then, if codesign verifies the app and storeagent says “Unsigned App”, then do this: | |
$ cd /System/Library/Frameworks/Security.framework | |
$ sudo mv PlugIns Versions/Current/PlugIns | |
$ sudo ln -s Versions/Current/PlugIns . | |
and reboot. If that makes the problem go away, you're seeing the same problem we are. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment