mitaki28 / vscode-clang

Completion and Diagnostic for C/C++/Objective-C using Clang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to setup a project for iOS development?

derwaldgeist opened this issue · comments

I would like to use VS Code to work on Objective C / C++ code of an iOS library.

It kinda works, but I get error messages complaining that certain constants are not available on macOS, like the one shown below. The same project works fine in Xcode.

Maybe I'm too dumb, but I can't find an option to set iOS as the development target for VS Code?

image