npx cap sync
overwrites changes in Pods-App.debug|release
#7487
Unanswered
frederikheld
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It's not Capacitor but CocoaPods itself, you should never manually edit Pods files, CocoaPods will reset those files in For making permanent changes in the Pods projects you have to edit your
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I had to set
ENABLE_USER_SCRIPT_SANDBOXING = NO
inPods-App.debug
andPods-App.release
. Unfortunately this change gets overwritten every time I runnpx cap sync
. Is there a way to set this value in a persistent way?Thanks for your help!
Frederik
Beta Was this translation helpful? Give feedback.
All reactions