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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -