francescotescari / XiaoMiToolV2

XiaomiTool V2 - Modding tool for xiaomi devices
https://www.xiaomitool.com
Apache License 2.0
625 stars 124 forks source link

Mac OSX XMT2_Mac_20.7.28 does not work #91

Open whoeveritis opened 1 year ago

whoeveritis commented 1 year ago

hello, this app mentions 'defective file' upon installing, and the previous version, XMT2_Mac_20.7.21, displays the app is not installable due to isuficcient rights. Even though i gave all permissions in system settings. Only your alpha version allowed me to install ;(

sfedia commented 1 year ago

You can run following command on the .app file: xattr -cr XMT2_Mac_20.7.21.app (you may need sudo privileges though). This will remove attributes from the app and prevent 'defective file' popup.

psycotea commented 1 year ago

You can run following command on the .app file: xattr -cr XMT2_Mac_20.7.21.app (you may need sudo privileges though). This will remove attributes from the app and prevent 'defective file' popup.

this and codesign command allowed the app to open.

whoeveritis commented 1 year ago

thank you, I will try this.