Blog
By Daniel Bernal
·
April 01, 2026
·
8 min read
FlowDeck CLI 1.26.5 fixes XcodeGen project generation on installs of 1.26.4.
Generated projects get their build settings back
In 1.26.4, the setting presets XcodeGen reads its base build settings from were missing from the installed CLI. flowdeck project generate printed No "base" settings found and wrote a project missing roughly half its build settings, which then failed to build for reasons that pointed nowhere near the cause.
The presets ship intact again, so generated projects carry the full set of base, platform, and product settings. If you generated a project with 1.26.4, regenerate it after updating.
FlowDeck now refuses to generate at all when the presets cannot be loaded, instead of writing an incomplete project, and the release build verifies they are present before an archive is published.
Update
Run flowdeck update in your terminal to install FlowDeck CLI 1.26.5.
#ai-agents
#claude-code
#codex
#comparison
#ios-development
