Skip to content

Reorder build phases to fix Xcode 13.3 issue#1114

Merged
wongzigii merged 1 commit intoSwiftyJSON:masterfrom
Dahlgren:bugfix/xcode-13.3-build-phases
Oct 5, 2022
Merged

Reorder build phases to fix Xcode 13.3 issue#1114
wongzigii merged 1 commit intoSwiftyJSON:masterfrom
Dahlgren:bugfix/xcode-13.3-build-phases

Conversation

@Dahlgren
Copy link
Contributor

Xcode 13.3 introduces new build logic. If header step is defined after compilation it can throw errors during incremental builds.

Cycle inside SwiftyJSON; building could produce unreliable results. This usually can be resolved by moving the target's Headers build phase before Compile Sources.

svenmuennich added a commit to pickware/SwiftyJSON that referenced this pull request Jul 26, 2022
@wongzigii wongzigii merged commit 13f79bf into SwiftyJSON:master Oct 5, 2022
@wongzigii
Copy link
Member

Thanks @Dahlgren

@Dahlgren Dahlgren deleted the bugfix/xcode-13.3-build-phases branch October 29, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants