Cecilia Humlelu
4 min readMar 28, 2019

Using C, C++ and Objective-C frameworks in Swift apps

I did a talk in try!Swift Tokyo this year about using C, C++ and Objective-C frameworks in Swift apps. The presentation was quite concise, so I decided to write down the content in details to provide more information.

The structure of this article will be divided into:

  • Language connections among C, C++, Objective-C and Swift
  • How to set up dependencies
  • Why wrappers and how to write wrappers

Language connections among C, C++, Objective-C and Swift