0

Im trying to install libimobiledevice with brew install libimobiledevice in my mac but I give operation not permitted error and permission denied. Im admin.

cp: utimes: /usr/local/Cellar/openssl@1.1/.: Operation not permitted
Mario Ramos García
  • 755
  • 3
  • 8
  • 20

1 Answers1

0

Did you tried installing it with --HEAD

brew install --HEAD libimobiledevice -g
Vaebhav
  • 4,672
  • 1
  • 13
  • 33
  • Hi, thank you for your help, i got the error when openssl is installing, i tried to install openssl and i got the same error. I think this is the problem, the openssl. – Mario Ramos García Jun 30 '21 at 09:12