Hi,
I have a Framework with multiple dylibs: a 'main' dylib and several plugin dylibs, used in an App. When building and installing the app, the Framework is codesigned by XCode. However, only the main dylib is, but the other dylibs aren't. I need to codesign them by hand or they won't load when the app is running.
How can I convince XCode to codesign every binary/dylib in the Framework? Is there a switch for this? Do I need to add some keys to Info.plist?
Thanks,
Markus