java.io.FileNotFoundException / Operation not permitted

After executing this command
$ framework7 cordova build android

The Error:

Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=/Users/joy/Library/Android/sdk (recommended setting)
ANDROID_HOME=/Users/joy/Library/Android/sdk (DEPRECATED)

FAILURE: Build failed with an exception.

* What went wrong:
java.io.FileNotFoundException: /Users/joy/Desktop/ometMapp/cordova/platforms/android/gradle.properties (Operation not permitted)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org
/usr/local/Cellar/gradle/6.0.1/bin/gradle: Command failed with exit code 1
(node:81058) UnhandledPromiseRejectionWarning: Error: Shell command exit with non zero code: 1
    at ChildProcess.<anonymous> (/usr/local/lib/node_modules/framework7-cli/node_modules/exec-sh/lib/exec-sh.js:73:15)
    at ChildProcess.emit (events.js:209:13)
    at maybeClose (internal/child_process.js:1021:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
(node:81058) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:81058) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.