Create plugin

Hello,

I am making my own plugin. I managed to make a plugin for mac os in the form of a dynamic library (.dylib). This plugin works successfully. But when I try to make the same plugin as a static library for iOS device (.a), the builder does not find it when linking. I tried to put it in different directories, but it did not help. Can you please tell me how to test my plugin locally as a static library?

Thanks!

Hi.

From what you wrote I assume you just had the raw library? You’ll first want to package that.

As for the “different directories”, assuming you want to keep it locally, there’s this.

1 Like

Wow!

Thanks a lot!

I have not seen this documentation.