Posts

Post not yet marked as solved
1 Replies
254 Views
I have a C++ project that I've been compiling successfully for the past ten years in Xcode without difficulty. With Xcode 15 though, I've been getting the following error (I've attached the build steps). I'm struggling to diagnose this. Can anyone provide some tips? Thanks! error: Cycle in dependencies detected, but could not be parsed. Please file a bug report with the build transcript and how to reproduce the cycle if possible. Raw dependency cycle trace: target: -> node: <all> -> command: <all> -> node: /Users/helin/Library/Developer/Xcode/DerivedData/SHLib-ddxgkmfazmozquaxvjjfvevhpkcb/Build/Intermediates.noindex/EagerLinkingTBDs/Release -> command: P0:::CreateBuildDirectory /Users/helin/Library/Developer/Xcode/DerivedData/SHLib-ddxgkmfazmozquaxvjjfvevhpkcb/Build/Intermediates.noindex/EagerLinkingTBDs/Release -> node: /Users/helin/Library/Developer/Xcode/DerivedData/SHLib-ddxgkmfazmozquaxvjjfvevhpkcb/Build/Intermediates.noindex -> command: P0:::CreateBuildDirectory /Users/helin/Library/Developer/Xcode/DerivedData/SHLib-ddxgkmfazmozquaxvjjfvevhpkcb/Build/Intermediates.noindex -> CYCLE POINT -> node: / -> directoryTreeSignature: -> directoryContents: / -> node: /
Posted
by haginile.
Last updated
.