Post not yet marked as solved
Post marked as unsolved with 6 replies, 5,407 views
So using latest Xcode 13.3 on an Apple Silicon MacBook I get a compile error the 2nd time and every time there after stating 'cycle dependencies between targets'. So my App has a AppCoreLibrary we compile and it complains about this library and the App itself stating a cycle dependency exists. Only way to get it to compile again is to do a clean build and then it will compile the first time and that's it.
This was never a problem in any prior Xcode release.
Spent time trying to get around it, but haven't found a way yet. Seem's like it's yet another new Xcode bug introduced on this latest 13.3 build. Wondering if anyone else is seeing this too?