Skip to content

Instantly share code, notes, and snippets.

@iljaiwas
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save iljaiwas/9234321 to your computer and use it in GitHub Desktop.

Select an option

Save iljaiwas/9234321 to your computer and use it in GitHub Desktop.
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