c++ - Not able to link Crypto++ library in Xcode -
i able set crypto++ library in xcode using instructions on https://www.cryptopp.com/wiki/ios_(xcode)
however, not able figure out way integrate library c++ project. not able find option add library under target dependencies/linked libraries.
can guide me on this?
after research, did somehow manage integrate library c++ project yesterday. might have helped:-
- setting library & header search paths.
- dragging static library command line project & localizing library.
- i changed architectures universal x86_64 & valid architectures x86_64 of target file under build settings. did trick me.
Comments
Post a Comment