Problem on create arduino due project with zephyr framework on mac

I created a project for arduino due on windows using zephyr framework and it worked fine. when i use the cloned git repo to setup this project on my mac, i get an Error says ‘Current board doen’t suport zephyr framework’ . also can’t find zephyr framework when create new project for arduino due. both system is runing latest platformio Core CLI.
Any help appreciated :sob:

Use the CLI and execute pio upgrade --dev and pio platform update on the Mac to update core and platforms. Does it work now?

Sorry for the late reply. It is work now.
Thank for the help :grinning: