Matter Zap tool on Apple Silicon

I have a fresh install of the nRF tools for matter development.

I am running on a MacBook Pro with M1 Max chip.

I ran the script to install the zap tool.

I set up the path to point to where it was installed.

When I type zap I get the following error:

dyld[71734]: Library not loaded: @rpath/Electron Framework.framework/Electron Framework
  Referenced from: <4C4C44DA-5555-3144-A10D-1E87A10EA9F8> /opt/nordic/zap/zap-mac/zap.app/Contents/MacOS/zap
  Reason: tried: '/opt/nordic/zap/zap-mac/zap.app/Contents/Frameworks/Electron Framework.framework/Electron Framework' (not a mach-o file), '/opt/nordic/zap/zap-mac/zap.app/Contents/Frameworks/Electron Framework.framework/Electron Framework' (not a mach-o file), '/Library/Frameworks/Electron Framework.framework/Electron Framework' (no such file), '/System/Library/Frameworks/Electron Framework.framework/Electron Framework' (no such file, not in dyld cache)
zsh: abort      zap

Parents
  • Hi,

    Did you install nRF Connect SDK using Toolchain Manager? If so, please try using the terminal opened in Toolchain Manager instead of the native terminal to ensure that the correct environment is set up. This applies to both installing the ZAP tool and when using the tool.

    Make sure to delete the existing ZAP tool installation before reinstalling.

    Best regards,
    Marte

Reply
  • Hi,

    Did you install nRF Connect SDK using Toolchain Manager? If so, please try using the terminal opened in Toolchain Manager instead of the native terminal to ensure that the correct environment is set up. This applies to both installing the ZAP tool and when using the tool.

    Make sure to delete the existing ZAP tool installation before reinstalling.

    Best regards,
    Marte

Children
Related