airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
197 stars 11 forks source link

macOS 11.1, install adobe air problem #565

Open jimnstar opened 3 years ago

jimnstar commented 3 years ago

Hi, we install adobe air in mac os 11.1, and display air damage error. we find solution that use command to rome apple info. sudo xattr -r -d com.apple.quarantine /Library/Frameworks/Adobe\ AIR.framework

after do that ,the show follow errors xxx is not in the sudoers file.This incident will be reported.

any solution?

ajwfrost commented 3 years ago

That looks like the shared AIR runtime from Adobe, so yes you need to un-quarantine it, and for that you need to have admin rights. Whoever has admin rights on the machine would need to run it, if you don't and they haven't granted you access to the sudo command then there's no way round it.. Curious of how you got the runtime installed in the first place if you've not got admin rights!

jimnstar commented 3 years ago

Thanks. I kown how to fix it,it is not convenient for common user, It is too many steps and so complex . So we hope Harman fix this air issue as soon as possible. thanks.

The solutions are as follows: 1> Enter super user mode. In other words, enter "su -" and the system will let you enter the super user password. After entering the password, you will enter the super user mode. 2> Add the write permission of the file. That is, enter the command "chmod u+w /etc/sudoers". 3> Edit the /etc/sudoers file. In other words, enter the command "vim /etc/sudoers", enter "i" to enter the editing mode, find this line: "root ALL=(ALL) ALL", add "xxx ALL=(ALL) ALL" (here XXX is your user name), and then save (press ESC key first, then enter ": wq") to exit. 4> Undo the write permission of the file. Enter the command "chmod u-w /etc/sudoers".