Cocoapods
Operation not permitted Build Errors
If you are integrating the Medallia MXO SDK using Cocoapods, you may encounter the following build errors during compilation:
MedalliaMXO.framework/Info.plist: utimensat (2): Operation not permitted
MedalliaMXO.framework/PrivacyInfo.xcprivacy: unlink: Operation not permitted
MedalliaMXO.framework/_CodeSignature: utimensat (2): Operation not permitted
These errors typically occur due to sandboxing restrictions interfering with file access during the build process.
To resolve this, ensure that User Script Sandboxing
is set to false
in your target's Build Settings to allow build scripts to access and modify framework files as required.