Re: Correct method to codesign frameworks?
Re: Correct method to codesign frameworks?
- Subject: Re: Correct method to codesign frameworks?
- From: Quincey Morris <email@hidden>
- Date: Fri, 06 May 2016 13:54:24 -0700
- Feedback-id: 167118m:167118agrif8a:167118spq6jIXO1a:SMTPCORP
On May 6, 2016, at 06:11 , Bernie Maier <email@hidden> wrote:
The OS X project I have inherited builds a framework used by the other parts of the app (it's an app with a bunch of plugin bundles). If I try to code sign the framework simply by specifying a code signing identity in the Xcode build settings for the framework target, the build fails with an error saying my code is unsigned when I try to sign it. Looking closely, it is attempting to sign foo.framework/Versions/A.
This one might be harder to get a clear answer on.
To start with, can you clarify a couple of things.
— When you say “the build fails”, which target did you ask to be built? If it’s the app, which target within the build phases did the error relate to? If it’s the app, what happens if you build just the framework explicitly?
— Is the framework that caused the error (a) a plugin bundle or (b) a private, embedded framework of the app that’s used by plugins, or (c) something else?
— If this is something to do with plugins, what subdirectory are you putting them in? The tech note you referred to has a section that’s a sort of checklist for embedded bundles. Did you do everything it said to do?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden