I have a C++ code and I am able to create .so file for Android using ndk-build
Similarly, for iOS, I intend to create .a (Universal Static library) from existing C++ code.
Question is how to build .a file with existing C++ code?
I have a C++ code and I am able to create .so file for Android using ndk-build
Similarly, for iOS, I intend to create .a (Universal Static library) from existing C++ code.
Question is how to build .a file with existing C++ code?
In Xcode (starting with either one of the template iOS Application projects (or an existing one):
Xcode will have taken care of setting everything else up for you, including compiler flags and header search paths.