-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: upgrade versions to support xcode 16 #457
Conversation
There are some ongoing XCode 16 issues with ViewInspector that aren't trivially resolved, including Going to hold off on trying to further complete this upgrade for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@boringcactus your changes look great to me, thanks for getting this over the line! I'm not able to formally approve since I started the PR, but your changes get a ✅ from me!
import SwiftUI | ||
import ViewInspector | ||
|
||
extension InspectableView { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: I really like the way you extracted this out
Summary
No ticket.
What is this PR for?
This bumps dependency versions to be compatible with Xcode 16 (slack thread).
Testing
What testing have you done?
Confirmed I was able to build & run the app locally. However, I do now see a warning:
empty dSYM file detected, dSYM was created with an executable with no debug info.
.There is a developer forum thread on this new warning, with Sentry 8.36.0 specifically mentioned.
Apple developer response:
I built an archive locally and confirmed dSYM files are present in the build.