formulahendry / formulahendry/vscode-code-runner

How can I run Objective-C with code runner?

Open
#408 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.