look at the last bullet here for one way to deal with this. drakko’s fix also often works.
When this crops up it’s most often in the ofxassimp folder. we expect this to go away when we upgrade that library next time.
@bilderbuchi yep is a fix that came form my SVN times… delete everything and rebuild… thanks for the link, it makes more clear why it happen and how to solve it.
Another way i found to solve this problem (in the projectGenerator sub-project) to temporarily change the .gitattributes file.
instead of using: * text=auto
using: * -text.
disables line-ending normalization.
with the modified .gitattributes i did not have modified files, so i could pull the changes.
afterwards i discarded the changes in .gitattributes.
no auto-changed files anymore.