examples failing to compile #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The example is not running for me.
I wonder if its because i dont have the header files ?
See CoreFoundation.framework further down for example...
clang env:
Objective-C header files:
install nswrap:
Build example:
You have the headers but they include AST nodes that are not recognized by the tool.
What version of MacOS are you running?
Please run 'clang --version' and let me know what it says.
Can you send me the output of the following command:
$ clang -xobjective-c -Xclang -ast-dump -fsyntax-only -fno-color-diagnostics /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h
The latest update should fix these issues.