
image.png
error: Sandbox: rsync(92884) deny(1) file-write-create /Users/xxx/Library/Developer/Xcode/DerivedData/test1-habgrurpjacfbmdcfcytrnfswdut/Build/Products/Debug-iphonesimulator/test1.app/Frameworks/SnapKit.framework/SnapKit_Privacy.bundle (in target 'test1' from project 'test1')
Solution:
In Xcode, go to your project's Build Settings menu. In the Build Options section, set the property
ENABLE_USER_SCRIPT_SANDBOXING to 'No'.

image.png