0

On my Mac Mini 2020 M1 development machine, I would like to test my app using IPP 2021.2.0 and 9.0 legacy code on Big Sur 11.4.

I have executed

sudo xattr -dr com.apple.quarantine path-to-testapp

but after starting from Rosetta terminal, I get

libippac90lgc.dylib can not be opened, developer can not be verified

Is there some way to bypass this pain in the neck on Big Sur 11.4?

x y
  • 911
  • 9
  • 27

1 Answers1

0

I have found a workaround for the gatekeeper verification problem of IPP 9.0 legacy dylibs, I have just put them out of sight (i.e. renamed all legacy dylibs to .unused-dylib and hence the compiler links against the static legacy libs.

x y
  • 911
  • 9
  • 27