yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

Changed copy with move in writeXcodeProject. Resolves #1409 #1410

Closed arkonxu closed 4 months ago

arkonxu commented 8 months ago

Just changed copy with move in FileWrite: writeXcodeProject in order to fix an issue that I opened before:

https://github.com/yonaskolb/XcodeGen/issues/1409

yonaskolb commented 3 months ago

Any luck with this one @arkonxu? I don't have any tips, but I do have the frustration of how Xcode chooses to resolve swift packages when the project changes, and have always wondered if there was a way around that.