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)

snapshot of built library

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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -