This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] MCU-PLUS-SDK-AM263PX: MacOS installer of MCU-PLUS-SDK-AM263Px and MCU-PLUS-SDK-AM263x fails to install

Part Number: MCU-PLUS-SDK-AM263PX

Tool/software:

Hi Experts,

I am facing following problems while installing the MacOS installer of MCU-PLUS-SDK. It says the .dmg file is damaged and it cannot be installed. Could you please check this.

Regards

Thank you.

  • Hi, 

    The issue occurs due to below mentioned reason:

    "XYZ Is Damaged and Can’t Be Opened. You … - Apple Community

    When an application gets downloaded from any source other than those that Apple seems suited, the application gets an extended attribute "com.apple.Quarantine". This triggers the message: "<application> is damaged and can't be opened. You should move it to the Bin."

    Workaround


    Remove the attribute and you can launch the application.

    To do this, open a console and type:

    • $ xattr -c <path/to/application.dmg>

    After doing this step, the installer will launch without any issues.

    This will be fixed in upcoming release. Hope this helps.