I want to load a library compiled for unix(xxx.so) and i want to use it in an iOS application. The iOS application will be used in an enterprise - with an Apple Enterprise account(I mean the application won't be submitted to App Store).
Is it possible to use this type of library in ios?
Thanks.
A .so file is a shared library. Prior to iOS8, Dynamic libraries were not supported in iOS. Post iOS8 though they are supported, as long as the library is compatible. In fact most iOS Frameworks (such as UIKit) are dynamic libraries.
The big thing here is the "compiled for unix" part. You have to compile the library in Xcode for iOS. Most "unix" shared libraries are for x86 or other processors, and will not work on the arm processors on iOS devices.
To make a shared library on iOS:
Create
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With