Replies: 1 comment 8 replies
-
I think it might be related to dependency resolving. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written a custom plugin similar to
MultiEditorImage
, calledMultiEditorVarints
(it decodes aBLOB
of varints). I put it next to theMultiEditorImage
in the source, like this:I can build it and it runs fine. But I'd like to distribute it. It generates
libMultiEditorVarints.dylib
file, and I've tried copying that into the/Applications/SQLIteStudio.app/Contents/PlugIns
directory of the current release version. However when I start that version it gives this error:(I think there's a missing
.arg()
in there somewhere!)If I go into the Plugins section of Preferences my plugin is not there. Should this work? Am I missing a step?
I'm also compiling my plugin from today's
master
, but copying it to the 3.2.1 release - would you expect that to break it? Is distributing plugins even supported?Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions