Thank you for the great library. I've recently updated Xcode to 13.4 and found that "Cycle in dependencies" error is seen on build time (I'm using your library as a depending framework and bulding from the source).
This is because "Headers" phase is after "Compile Sources" phase.
Thank you for the great library. I've recently updated Xcode to 13.4 and found that "Cycle in dependencies" error is seen on build time (I'm using your library as a depending framework and bulding from the source).
This is because "Headers" phase is after "Compile Sources" phase.
The same kind of error also happens on Unify. And it is fixed in the same way. https://forum.unity.com/threads/xcode-version-13-3-13e113-error-cycle-in-dependencies.1268720/?utm_source=pocket_mylist
So I think it is a reasonable fix. Please consider merging this small pull request. .