Changes between Initial Version and Version 1 of Ticket #70750, comment 92
- Timestamp:
- Sep 24, 2024, 6:54:21 AM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70750, comment 92
initial v1 5 5 > As your `clang --version` output shows, you are using Xcode, not the CLTs. If you `export DEVELOPER_DIR=/Library/Developer/CommandLineTools` before trying the example, you should reproduce the issue. This happens because /usr/bin/clang is a shim that finds and runs the real compiler based on your settings. 6 6 7 Ah, yes, you're right. With the DEVELOPER_DIR I can reproduce it with the example . Thanks!7 Ah, yes, you're right. With the DEVELOPER_DIR I can reproduce it with the example, I overlooked that part. Thanks!