Duplicate conflicting frameworks in cocoa plug-ins

Posted by Carmen on Stack Overflow See other posts from Stack Overflow or by Carmen
Published on 2010-05-04T17:25:46Z Indexed on 2010/05/04 17:28 UTC
Read the original article Hit count: 245

Filed under:
|
|
|

I am currently writing a plug-in framework for my application. I would like to be able to release plugins without having to update my application, and I intend on making the framework available for third party plugins. I am currently running into issues when two plugins ship with identical frameworks. When the plugins are loaded the runtime gets confused because the framework gets loaded twice. What is the best way to mitigate this issue?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about plugins