Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

New project fails to build due to missing SwiftGen template #111

Closed colejd closed 5 years ago

colejd commented 5 years ago

Building fails with the given output:

File written: stitcher/Resources/Generated/UIImage+Asset.swift
File written: stitcher/Resources/Generated/Localized.swift
Template named swift4 not found. Use `swiftgen templates list` to list available named templates or use `templatePath` to specify a template by its full path.
Command PhaseScriptExecution failed with a nonzero exit code
colejd commented 5 years ago

According to the migration guide, it looks like the swift4 template for storyboards was split into scenes-swift4 and segues-swift4.

chrisballinger commented 5 years ago

This should be resolved by #119