XcodeGen
XcodeGen copied to clipboard
Fix resolving paths to avoid duplicate targets
Fixes duplicate targets found whenever include paths have different relative paths.
Can someone please take a look at this? This fixes an issue that is causing errors on our project. Thanks 🙏 cc @yonaskolb
Hi @rgnns, does https://github.com/yonaskolb/XcodeGen/pull/1275 also solve this issue?
Hi @yonaskolb , just tested with this change and it does solve our issue. However, worth pointing out the time it takes to generate our project went up from ~35s to ~65s.