Codex App: codex_chronicle built for macOS 15.0 crashes on macOS 14.7.2 and causes task startup Timeout
Open 💬 1 comment Opened Jun 20, 2026 by ycyyds123
What version of the Codex App are you using (From “About Codex” dialog)?
26.616.41845 / build 4198
What subscription do you have?
pro * 5
What platform is your computer?
sw_vers Darwin 23.6.0 arm64 arm ProductName: macOS ProductVersion: 14.7.2 BuildVersion: 23H311
What issue are you seeing?
Environment
- macOS: 14.7.2
- Architecture: Apple Silicon / arm64
- Mac: M2
- Codex App: latest official version after update
- Install path:
/Applications/Codex.app
Observed behavior
- Codex App opens.
- Login appears to work.
- Creating a task fails with
Timeout. - Starting a conversation fails with
Timeout. - The local app-server sidecar repeatedly exits with
SIGABRT.
Expected behavior
Codex App should either:
- Continue to support macOS 14.x, or
- Clearly declare macOS 15+ as the minimum supported version before update/install, or
- Disable
codex_chronicleon macOS 14 instead of blocking task/conversation startup.
Relevant log excerpts
Starting local app-server sidecar command=/Applications/Codex.app/Contents/Resources/codex_chronicle
dyld[74970]: Symbol not found: _$sSo12CGContextRefa12CoreGraphicsE4draw_2in8byTilingySo07CGImageB0a_So6CGRectVSbtF
Referenced from: /Applications/Codex.app/Contents/Resources/codex_chronicle
built for macOS 15.0 which is newer than running OS
Expected in: /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
Local app-server sidecar exited code=null signal=SIGABRT
mcp_request_timeout method=thread/start timeoutMs=30000
Failed to prewarm conversation ... errorMessage=Timeout
### What steps can reproduce the bug?
This looks related to previous macOS packaging issues such as #18755, where a bundled Codex helper was built with macOS 15.0 as the minimum deployment target.
However, this report is for a different bundled component: `codex_chronicle`.
In my case, `codex_chronicle` crashes on macOS 14.7.2 and causes task creation / conversation startup to fail with `Timeout`.
### What is the expected behavior?
_No response_
### Additional information
_No response_This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗