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: Clang error for Xcode 15.4 #3958

Merged
merged 4 commits into from
May 10, 2024
Merged

fix: Clang error for Xcode 15.4 #3958

merged 4 commits into from
May 10, 2024

Conversation

brustolin
Copy link
Contributor

@brustolin brustolin commented May 8, 2024

📜 Description

The hacky solution introduced in the PR #3774 is breaking compilation for Xcode 15.4

This solution will keep both Xcode 15 (.3 and .4) working.

I believe we can remove the version replacement after a few months after Xcode 15.4 release.

💡 Motivation and Context

closes #3947

💚 How did you test it?

Samples

📝 Checklist

You have to check all boxes before merging:

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

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

Thank you @brustolin 💯.

I think we should also update the troubleshooting guide in the docs, as I expect that multiple people could run into this problem once Xcode 15.4 is released.

@brustolin brustolin merged commit 4c0b151 into main May 10, 2024
6 checks passed
@brustolin brustolin deleted the fix/clang-error branch May 10, 2024 11:24
threema-matteo pushed a commit to threema-ch/sentry-cocoa that referenced this pull request May 21, 2024
The hacky solution introduced in the PR getsentry#3774 is breaking compilation for Xcode 15.4

This solution will keep both Xcode 15 (.3 and .4) working.

I believe we can remove the version replacement after a few months after Xcode 15.4 release.
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.

Sentry does not build on Xcode 15.4 beta 1 (15F5021i)
3 participants