You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Our builds using ghcr.io/cirruslabs/macos-runner:sonoma and ghcr.io/cirruslabs/macos-runner:sequoia both started failing. No changes on our end, the same commits worked last week but now have started failing. Full logs are available here, but this appears to be the pertinent part:
▸ Running script '[CP] Copy XCFrameworks'
❌ error: Sandbox: rsync.samba(10838) deny(1) file-write-create /Users/admin/Library/Developer/Xcode/DerivedData/Aquareum-ensdzxgnxifgnjfsmrodygeuqgop/Build/Intermediates.noindex/ArchiveIntermediates/Aquareum/BuildProductsPath/Release-iphoneos/XCFrameworkIntermediates/hermes-engine/Pre-built/hermes.framework/.Info.plist.rJ8Ma1 (in target 'hermes-engine' from project 'Pods')
So I don't know what that's about. Googling for that error suggests that we need to disable ENABLE_USER_SCRIPT_SANDBOXING, but that's already disabled on our Xcode project. So I dunno. Anything pertinent change recently?
The text was updated successfully, but these errors were encountered:
Hi! Our builds using
ghcr.io/cirruslabs/macos-runner:sonoma
andghcr.io/cirruslabs/macos-runner:sequoia
both started failing. No changes on our end, the same commits worked last week but now have started failing. Full logs are available here, but this appears to be the pertinent part:So I don't know what that's about. Googling for that error suggests that we need to disable
ENABLE_USER_SCRIPT_SANDBOXING
, but that's already disabled on our Xcode project. So I dunno. Anything pertinent change recently?The text was updated successfully, but these errors were encountered: