Skip to content

fix(macos): fmt::format for codesign hardened runtime#432

Merged
Tom94 merged 1 commit intomasterfrom
back-to-fmtlib
Mar 22, 2026
Merged

fix(macos): fmt::format for codesign hardened runtime#432
Tom94 merged 1 commit intomasterfrom
back-to-fmtlib

Conversation

@Tom94
Copy link
Copy Markdown
Owner

@Tom94 Tom94 commented Mar 20, 2026

std::format trips up Apple's hardened runtime fortification after codesigning (presumably due to JITing and/or memory access bugs). Reverting to fmt::format fixes the issue, so we'll do that until std::format is more mature in the future.

std::format trips up Apple's hardened runtime fortification after
codesigning (presumably due to JITing and/or memory access bugs).
Reverting to fmt::format fixes the issue, so we'll do that until
std::format is more mature in the future.
@Tom94 Tom94 merged commit 1552c4a into master Mar 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant