Sparkle icon indicating copy to clipboard operation
Sparkle copied to clipboard

Codesigning fails: unsealed contents present in the root directory of an embedded framework

Open tusharh opened this issue 6 years ago • 0 comments

Codesigning of application fails after embedding sparkle framework

Do you use Sandboxing in your app? NO

Sparkle veriion - 1.21.3

mac os version - 10.14.6

Version of Sparkle.framework in the old version of app that your users have - N/A

Sparkle's output from Console.app

Bundle: <private>, key: -67008, value: -67008, table: SecErrorMessages, localizationName: (null), result: unsealed contents present in the root directory of an embedded framework

Steps to reproduce the behavior

  1. Embed sparkle into your app. Follow all the instructions in documentation.
  2. codesign your Application using codesign command in the terminal.
  3. Error thrown - unsealed contents present in the root directory of an embedded framework In subcomponent: /pathToApp/My.app/Contents/Frameworks/Sparkle.framework

tusharh avatar Sep 20 '19 12:09 tusharh