How to compile C libraries in iOS using Cmake and XCode | iOS Deep Dive

preview_player
Показать описание
Ever wondered how to compile a C library to use in your XCode project? In this video, we do a deep dive into how to compile any C library for iOS architectures using CMake.

Libwebsockets public repository:

CMake toolchain file for iOS, watchOS and tvOS C/C++/Obj-C++:
Рекомендации по теме
Комментарии
Автор

Great thank you! So basically -> build settings -> add linked binary. Do you have any further reading for somebody new to the Xcode / C++ / cmake system?

mfbxda
Автор

Great - thanks! Did you have links for the ios-compile-release.sh and android-release-compile.sh files?

buck
Автор

Please make a video for compile google tink cpp library in IOS.

wondersoftwares
Автор

Hi! How/where did you get the openssl/libuv/zlib directories from?

kumamon