airsdk / Adobe-Runtime-Support

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

AIR.Frameworks damaged ? [Mac Big Sur 11.2.2][31.1.1.554] #996

Open bobsmo opened 3 years ago

bobsmo commented 3 years ago

Trying to run simulator with Animate 21.0.7. Error Screen Shot 2021-07-19 at 10 51 07 PM

Also trying to debug on iPad - error iTunes.metadata . My certificates are all correct . Is this another ADP file error ?

Screen Shot 2021-07-19 at 11 04 26 AM

ajwfrost commented 3 years ago

Did you download the AIR SDK zip file and extract it to /Applications/Adobe Animate 2021/AIRSDK_MacOS? The error looks like it's still got a quarantine flag set due to being downloaded from the web: if you open a terminal window and do the below commands it should sort it out:

cd /Applications/Adobe\ Animate\ 2021
sudo xattr -r -d com.apple.quarantine AIRSDK_MacOS

You'll need to enter your admin/login password for the 'sudo' command but this then strips off the quarantine.

thanks

bobsmo commented 3 years ago

thanks . that seemed to work on those errors. Now I have a new error with the certificate.

Screen Shot 2021-07-21 at 12 30 08 PM

bobsmo commented 3 years ago

and a similar error when trying to run the simulator

Screen Shot 2021-07-21 at 12 33 47 PM

bobsmo commented 3 years ago

same problem with Android air. Same problem with Mac desktop air app. This looks like the same bug that was solved here https://github.com/airsdk/Adobe-Runtime-Support/discussions/726 with an adt.jar file

Screen Shot 2021-07-22 at 6 42 38 PM