formulahendry / formulahendry/vscode-code-runner
How can I run Objective-C with code runner?
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
I set
```
"code-runner.executorMap": {
"objective-c": "cd $dir && clang -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
}
```
after run code with code runner, but output```./ViewController.h:9:9: fatal error: 'UIKit/UIKit.h' file not found```.
gcc and clang as the same output, How to set it correctly?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.