What happened
The codexplusplus install command failed.
Error
ENOENT: no such file or directory, lstat '/Applications/Codex.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework'
Environment
- Codex++: 0.1.4
- Platform: darwin
- Arch: arm64
- Node: v26.3.0
- Codex version: 26.608.12217
- Codex channel: stable
Root cause
Codex.app uses a custom framework name Codex Framework.framework instead of the standard Electron Framework.framework:
/Applications/Codex.app/Contents/Frameworks/
├── Codex Framework.framework ← actual
│ └── Versions/Current/Codex Framework
└── Sparkle.framework
But codex-plusplus hardcodes the path as Electron Framework.framework/Versions/A/Electron Framework, which does not exist.
Expected behavior
codex-plusplus should detect the actual framework name instead of assuming Electron Framework.
What happened
The
codexplusplus installcommand failed.Error
Environment
Root cause
Codex.app uses a custom framework name
Codex Framework.frameworkinstead of the standardElectron Framework.framework:But codex-plusplus hardcodes the path as
Electron Framework.framework/Versions/A/Electron Framework, which does not exist.Expected behavior
codex-plusplus should detect the actual framework name instead of assuming
Electron Framework.