dylib @executable_path path issue in a plug-in bundle

前端 未结 1 1449
挽巷
挽巷 2020-12-29 10:38

I am developing a plug-in bundle, say MyPlugIn.bundle for an application, say BigApp.app. This bundle req

相关标签:
1条回答
  • 2020-12-29 10:59

    From the web and other SO questions: use @loader_path/.. instead of @executable_path/... See:

    • http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/dyld.1.html
    • http://lapcatsoftware.com/blog/2007/08/11/embedding-frameworks-in-loadable-bundles/
    • How to distribute a Mac OS X with dependent libraries?
    • Installing IB plugin
    0 讨论(0)
提交回复
热议问题