Re: Error to codesign the app for OSX
When you codesign your app bundle, you must also sign all of the frameworks and plugin libraries that are copied into your app bundle. If you are already doing this, make sure you copy them into your app bundle before you sign them.
Based on the error you are seeing, my guess is that the executable in your app bundle is still referencing frameworks that are not part of your app bundle.
I write the best type of code possible, code that I want to write, not code that someone tells me to write!
Bookmarks