manoj
manoj

Reputation: 11

Xcode 9 error After installing Realm in react native for local storage

Xcode 9 error after installing Realm in React-Native for local storage.

can't exec 'myPath/Source/node_modules/realm/src/../scripts/ccache-clang.sh' (Permission denied), failed with exit code 71.

Help me to resolve this error.

Thanks

Upvotes: 1

Views: 212

Answers (1)

Leo N
Leo N

Reputation: 164

  1. I think you can upgrade your version of realm to the latest version.
  2. Or I have a work around solution for you: Open the Xcode project, find ... and remove this line: "$(SRCROOT)/../../../../ios/Pods/Headers/Public/"

Here is the picture after removed:

enter image description here

Upvotes: 0

Related Questions