Installing CVX on ARM-architecture Macs-- any known issues?

Hello. I am trying to install CVX 2.2 on native Matlab 2023b for Apple Silicon. The machine I am using is an iMac M1 chip with the Ventura Mac OS. I got the below error. I have tried the solutions suggested in this topic Installing CVX on Mac new with M1 chip but not successful. I would highly appreciate it if someone could suggest a solution to this. Thanks.

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.

Edit: After reading the posts on the forum, I think that CVX currently does not support the native Apple silicon Matlab version. So, if you want to use CVX on Apple silicon machines, just install a MATLAB Intel chip version, and your macOS is still about to run it via Rosetta. Perhaps future versions of CVX will natively support Apple silicon Matlab. More details can be found in this post CVX setup failure on MacOS + MATLAB R2023b pre-release