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

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

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -