Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Workspace Build Error Sandbox: rsync(1900) deny(1) file-read-data

Forgive me for whoever sees this -- I am a new developer and cannot understand what I am missing here. When I build my Xcode workspace for my iPhone which includes ads from AdMob I get this single error:

Sandbox: rsync(1900) deny(1) file-read-data /Users/philiplattanzio/Library/Developer/Xcode/DerivedData/TigerRun-gexhklhksmplmfagqcwbsfjmflme/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/GoogleUserMessagingPlatform/UserMessagingPlatform.framework/Headers

I believe I have the appropriate frameworks installed. I am not sure how to resolve this.

I reinstalled pods, and google swift package manager. I updated the privacy policy on AdMob (Not sure if this has an effect)

like image 512
phiziom Avatar asked Jan 19 '26 13:01

phiziom


2 Answers

Tested in Xcode 15.1enter image description here

search for ENABLE_USER_SCRIPT_SANDBOXING in your build setting turn it to NO.

like image 127
Kasun Udara Jayasekara Avatar answered Jan 22 '26 05:01

Kasun Udara Jayasekara


Check that ENABLE_USER_SCRIPT_SANDBOXING is disabled in the project's build settings.

Xcode 15 beta build issues - https://developer.apple.com/forums/thread/731041?answerId=755722022#755722022

like image 39
world000 Avatar answered Jan 22 '26 06:01

world000



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!