scomx

Results 7 comments of scomx

Update went fine, however, flashing problem remains: ``` dyld[54142]: Library not loaded: /usr/local/opt/libusb/lib/libusb-1.0.0.dylib Referenced from: /Users/metx/.platformio/packages/tool-openocd-riscv-wch/bin/openocd Reason: tried: '/usr/local/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/usr/local/opt/libusb/lib/libusb-1.0.0.dylib' (no such file),...

Same problem: ``` ❯ zig build run_minimal -Dtarget=aarch64-macos run_minimal └─ run minimal └─ zig build-exe minimal Debug aarch64-macos └─ zig build-lib webui Debug aarch64-macos failure error: error: unable to find...

Of course, XCode 16.4. Native and cross compile works for other zig projects. It is _only_ cross compiling for this specific project that fails.

Side note: I also have no problems building a universal binary for the original WebUI 2.5 B4 C project in XCode.

> Can you please confirm you correctly installed `WebKit` and `Cocoa` x86_64 version? Does this help? ``` ❯ pod --version 1.16.2 ❯ arch -x86_64 pod --version 1.16.2 ``` EDIT: Not...

> I think the issue is that Zig does not search for x86_64 paths in macOS. Note also that I don't have any issues cross compiling a plain vanilla zig...

Same issue here. Mac Mini M2 running Sonoma 14.6.1 -- report is below. EDIT: I noticed that all my own apps and others contain only a Content folder with everything...