1
votes

enter image description hereAs part of my project, I ship ‘Zipalign’ file along with other files and executes the zipalign command like below while generating the apk file.

zipalign -f 4 /app-debug.apk /aligned-app-debug.apk

It was working fine until MacOS version 10.14.x(Mojave). But when I run the same command in the latest MacOS version 10.15.x( Catalina ), I am getting error

‘zipalign cannot be opened because the developer cannot be verified’

Please suggest

1

1 Answers

0
votes

Solution #1:

  1. Open `System Preferences/Security & Privacy/Developer Tools.
  2. Allow Terminal app to run software locally that does not meet system's security policy

Solution #2:

As you are a developer, you should read the Apple third-party software requirements and sign your app accordingly.