Xcode16.4 新建项目pod第三方库后编译报错 Sandbox:rsync.sanba(xxx) deny(1) file-write-create xxx
解决办法:Build Settings 搜索 sandbox,把 Build Options 中的 User Script Sandboxing改为 NO

image.png
Xcode16.4 新建项目pod第三方库后编译报错 Sandbox:rsync.sanba(xxx) deny(1) file-write-create xxx