Hello everyone,
I get an error when building my vscode NRF5340 project on macOS:
ImportError: dlopen(/Users/lekimtinh/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so, 0x0002):
tried: '/Users/lekimtinh/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so'
(mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')),
'/System/Volumes/Preboot/Cryptexes/OS/Users/lekimtinh/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (no such file),
'/Users/lekimtinh/Library/Python/3.9/lib/python/site-packages/_cffi_backend.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
[4/37] Linking C static library modules/mbedtls/libmodules__mbedtls.a
ninja: build stopped: subcommand failed.
I'm running on a Mac with an Apple Silicon chip (M3), and this error may be related to some library or binary that is not compatible with the x86_64 architecture.
I need help with this issue