Sandbox: remafox deny file-read-data #103
Replies: 1 comment 2 replies
-
@TopScrech Thank you for reporting this. This sounds like you've set up the RemafoX build script and using Xcode 15 where for some reason the system disallows the build script from accessing files in your projects folder. There was no issue with accessing files within the projects folder from build scripts in the past, so maybe this is a new safety feature in Xcode 15. I haven't heard anything in the many sessions I watched last week about such a change. I also can't find anything related in the Xcode 15 beta 1 release notes. Also if it worked in the first few builds and only happened at a later time, this might just be a bug in Xcode 15 beta 1 which you should file a feedback for. I can't guarantee RemafoX works with beta Xcode versions. But to understand the issue better to come up with a workaround, I need more information. I just tested in my projects with Xcode 15 and didn't run in to this issue. To help you better, could you:
|
Beta Was this translation helpful? Give feedback.
-
I've unexpectedly begun to encounter an error when building the iOS target. Oddly enough, this issue doesn't occur for the macOS and tvOS targets. However, it's worth noting that there isn't any build script set up for these. The error message is as follows:
Sandbox: remafox(15350) deny(1) file-read-data /Users/topscrech/<path>/Bisquit.Host.remafox
Initially, I suspected this problem might be related to the transition to Xcode 15, but the problem started appearing some time after that transition. Looking forward for reply
Beta Was this translation helpful? Give feedback.
All reactions