-
Notifications
You must be signed in to change notification settings - Fork 498
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
Allow project to compile with Xcode 16.1 #7869
base: develop
Are you sure you want to change the base?
Allow project to compile with Xcode 16.1 #7869
Conversation
changelog.change
Nicolas Buquet seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
changelog.change
…uet/element-ios-tchap into nbuquet/xcode-16-1-pod-sentry
…uet/element-ios-tchap into nbuquet/xcode-16-1-pod-sentry
…uet/element-ios-tchap into nbuquet/xcode-16-1-pod-sentry
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #7869 +/- ##
===========================================
+ Coverage 62.06% 62.16% +0.09%
===========================================
Files 504 504
Lines 21096 21096
Branches 7964 7965 +1
===========================================
+ Hits 13094 13115 +21
+ Misses 7973 7960 -13
+ Partials 29 21 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Project fails to compile with Xcode 16.1 due to Pod Sentry.
Update it from 7.15.0 to 8.40.1 seems to fix the problem.
Pull Request Checklist