Skip to content

Commit 2a568c4

Browse files
committed
Remove sandbox limitation
1 parent 213501a commit 2a568c4

File tree

1 file changed

+0
-4
lines changed
  • docs/platforms/unreal/configuration/native-backend

1 file changed

+0
-4
lines changed

docs/platforms/unreal/configuration/native-backend/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,3 @@ Available modes:
4848
- `Minidump` - Write and send a minidump for server-side symbolication. No client-side stack unwinding is performed.
4949
- `NativeStackwalking` - Walk the stack client-side in the crash daemon and send a JSON event with stack traces. No minidump is generated, resulting in faster uploads and smaller payloads.
5050
- `NativeStackwalkingWithMinidump` (default) - Perform client-side stack unwinding and also attach a minidump for deep debugging when needed.
51-
52-
### Limitations
53-
54-
- **macOS App Sandbox**: The native backend uses POSIX IPC semaphores which are blocked by macOS App Sandbox. If your packaged build has the `com.apple.security.app-sandbox` entitlement enabled, you'll need to remove it by editing your project's entitlements file.

0 commit comments

Comments
 (0)