Error with cvx_setup

[UPDATE TO POST BELOW] I apologise for adding repetitive posts, I now see that there was already posted the following topic on this:
Announcement: CVX for Apple Silicon

I was now able to successfully install the cvx solver on MATLAB for my new macbook, thank you!!

Original post
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

I obtain the following error after running “cvx_setup”:

---------------------------------------------------------------------------
CVX: Software for Disciplined Convex Programming       (c)2014 CVX Research
Version 2.2, Build 1148 (62bfcca)                  Tue Jan 28 00:51:35 2020
---------------------------------------------------------------------------
Installation info:
    Path: /Users/mhs/Desktop/cvx
    MATLAB version: 25.1 (R2025a)
    OS: Mac OS X aarch64 version 14.4
    Java version: 11.0.28
Verfying CVX directory contents:
    WARNING: The following files/directories are missing:
        /Users/mhs/Desktop/cvx/sedumi/.travis.yml
    These omissions may prevent CVX from operating properly.
    ERROR: one or more MEX files for this platform are missing.
    These files end in the suffix ".mexmaca64". CVX will not operate
    without these files. Please visit
        http://cvxr.com/cvx/download
    And download a distribution targeted for your platform.
Preferences: none found; defaults loaded.
    UNEXPECTED ERROR: ------------------------------
    Unrecognized function or variable 'command_str'.
    Error in cvx_license
    Error in cvx_license
    Error in cvx_version (line 309)
            cvx_license( args{:} );
            ^^^^^^^^^^^^^^^^^^^^^^
    Error in cvx_setup (line 20)
        cvx_version( '-install', varargin{:} );
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ------------------------------------------------
Please report this error to support, and include entire output of
CVX_SETUP in your support request.
---------------------------------------------------------------------------

I have tried “cvx_setup” both from “MATLAB_R2024b” and “MATLAB_R2025a” versions. Earlier, I had used a macOS Sonoma 14.6.1 with an Intel processor, where “cvx_setup” worked. Now I am using macOS Sonoma 14.4 with Apple M3 Pro chip, so I’m wondering if this could be the possible issue that cvx_setup is no longer working.

Thank you for your help in advance!