Compiling external C++ library for use with iOS project

后端 未结 6 1614
滥情空心
滥情空心 2020-11-29 01:49

I\'m completely new to using C++ libraries, so appreciate this might be a bit specific for my case (let me know and I can provide more details).

I have an external

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-29 02:25

    C++ Works on iOS, you can just add it in your project. Or if you really want to have your dynamic library, you can compile it with Xcode and specify your target architecture.

提交回复
热议问题