Is it possible to create a .dylib file from a Objective-C or Swift coded-project, or must the code be written in C++?
I've seen several sources, but they're all written in C++.
see - Creating and Using a Simple .dylib and How do I create a dynamic library (dylib) with Xcode?
Is it even possible to create a .dylib file using any other language than c++?