I have a Library project "Mobiledeviceaccess", if i build this project, i get libMobileDeviceAccess.a file in build/debug, How to use this library in MAC application Project. How to us开发者_JAVA技巧e this library class file?
Just add the .a file to the project in the same way that you would add a source file. You'll also need to add any relevant .h files for the library's public API.
精彩评论