Minimal setup for C++ and Objective-C (Core Libraries) interop

biq
3 min readOct 16, 2020
Makes sense to show something Apple related here, right.

Intro

Going directly to source is sometimes the right move. On macOS that would be the core libraries using Objective-C. In this example, we use CoreWLAN to ask for information on the current wlan interface connection. You can find the complete source on github.

Setup

Structure

--

--