c++ - Can I include a library as a static library and compile it inside a iOS project? -


i'm programming c++ library going used .net, android , ios. noticed external libraries apple may reject final app.

it possible compile included library (like boost, libcurl, sqlite3, etc) static library , able publish ios app c++ library (which include libraries)?

there should no problem linking static library in project. apps using dynamic libraries rejected apple.

can build dynamic libraries ios , load them @ runtime?


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -