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?
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?