Open lawrencebensaid opened 3 months ago
The error message includes:
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc ...
which means you are using Swift from the Xcode installation, but that won't work, you need to use a downloaded toolchain from swift.org. Did you maybe forget to export TOOLCHAINS=...
before running idf.py set-target
?
Hi all,
I'm a bit stuck. For a while I've been trying to get Swift to build for my ESP32 C6, but it keeps getting stuck in one of the last stages. I followed all the steps as described in esp32-led-strip-sdk/README.md.
Can someone point me in the right direction?
Versions:
Build logs:
Any suggestions of help would be greatly appreciated 🙏🏼 Thanks!