I have used Xcode to create a JNI external that works fine in Xcode.
I have placed that jnilib where Max can find it and it does load the library, however, when I try to call the function in it, I get a UnsatisfiedLinkError for the function I created. Why would this be?