mitaki28 / vscode-clang

Completion and Diagnostic for C/C++/Objective-C using Clang
MIT License
128 stars 24 forks source link

How to setup a project for iOS development? #82

Open derwaldgeist opened 5 years ago

derwaldgeist commented 5 years ago

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