Hello, I am getting the following error only in Xcode 13.4.1.
Cycle in dependencies between targets '#aTargetName' and '#anotherTargetName'; building could produce unreliable results. This usually can be resolved by moving the target's Headers build phase before Compile Sources.
It gets solved if I "clean build folder" every time I need to run the project but it does not work every time.
This is how the build phases are in the project:
Does anyone know how to solve this issue?