krzyzanowskim / Natalie

Natalie - Storyboard Code Generator (for Swift)
http://blog.krzyzanowskim.com/2015/04/15/natalie-storyboard-code-generator/
MIT License
1.17k stars 74 forks source link

Always up to date #101

Closed Henawey closed 6 years ago

Henawey commented 7 years ago

the script always says I'm up to date even if there are a changes

phimage commented 7 years ago

Talking about script into build phase which contains test code ?

if [ ! -e "$OUTPUT_PATH" ] || [ -n "$(find "$BASE_PATH" -type f -name "*.storyboard" -newer "$OUTPUT_PATH" -print -quit)" ]; then

Tested just now, and each time I modify, the Storyboards.swift is regenerated Check your Storyboards.swift last modification date. Maybe some weird date has been set.

phimage commented 6 years ago

This issue has been closed because there hasn't been any activity.