sberrevoets / SDCAlertView

The little alert that could
MIT License
1.86k stars 298 forks source link

Moved "Headers" phase before "Compile Sources" #329

Closed mumez closed 2 years ago

mumez commented 2 years ago

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. スクリーンショット 2022-07-01 14 34 02 .

sberrevoets commented 2 years ago

Weird but it seems like a pretty innocent change, thanks!