I'm using XcodeGen to automate the project generation and I'm new to XcodeGen. Can anyone help me how to update any SwiftPM dependency (ex: Facebook or SDWebImage) when XcodeGen is integrated?
Currently when I update any SwiftPM dependency and run xcodegen generate
, it reverts back to old version. Also, I don't see any update in my git also.
Can someone help me on this? If this is duplicate question, then please tag the original question.
Thanks.