Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Xcode 13.4 build error & modernize project #174

Merged
merged 4 commits into from
May 24, 2022
Merged

Conversation

onevcat
Copy link
Member

@onevcat onevcat commented May 24, 2022

It seems there is a change in Xcode 13.4 compiler, in which the old "public header" (which in fact useless) causes a ref cycle when linking. It stopped the original version from compiling.

This PR fixes the issue by removing the unnecessary header file copying. It also updates the project to the latest, as well as fixes some warnings generated in the new Xcode version.

@onevcat onevcat requested a review from eJamesLin May 24, 2022 00:56
Copy link
Contributor

@eJamesLin eJamesLin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@onevcat onevcat merged commit c3359e4 into master May 24, 2022
@onevcat onevcat deleted the fix/xcode-13.4-error branch May 24, 2022 02:35
@eJamesLin eJamesLin mentioned this pull request Sep 8, 2022
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.

None yet

2 participants