Libraw to be used for iOS app

When I am trying to use libraw in iOS - Swift project it's static file ( .a file) does not remain accessible. Not able to use it's method it's giving an error not complied for arm64 architecture.

Forums: 

Sorry, but I don’t understand

Sorry, but I don’t understand what exactly your problem is.
.a files are meant to be (statically) linked to your application, what do you mean for "does not remain accessible"? Accessible for what?

In any case, you can build the library as a shared one

-- Alex Tutubalin @LibRaw LLC