mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
ff64a4a1cb
* Set error message for missing build targets in scheme The current behavior means it just crashes due to trying to force unwrap a nil optional. Note: A build target shouldn't really be needed, but this is just a quick fix to get things moving again. * Update changelog