Hello,
I am trying out a project that has a .dylib file.
How do I get that dylib to work with the built app?
I tried…
Right-click on the built app then I selected “Show package contents”
Double-clicked “Contents”
added it to the “Frameworks” folder
Closed al the windows I just opened and launched the app
I tried to access the lib in a method and i got a FunctionNotFoundException error.
Thanks.
Lennox