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

chore: upgrade versions to support xcode 16 #457

Merged
merged 10 commits into from
Oct 16, 2024
Merged

Conversation

KaylaBrady
Copy link
Collaborator

@KaylaBrady KaylaBrady commented Oct 9, 2024

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:

This is a new warning in Xcode 16 where if you're missing a dSYM, Xcode lets you know in case you aren't expecting that — this is to reduce scenarios where you won't are able to fully symbolicating frames coming from your app's code in crash reports. In some cases, you may not have a dSYM, such as a closed source library from a vendor, and in those cases, the warning is safe to discard.

I built an archive locally and confirmed dSYM files are present in the build.
image

@KaylaBrady KaylaBrady changed the title Kb xcode 16 bumps chore: upgrade versions to support xcode 16 Oct 9, 2024
@KaylaBrady KaylaBrady marked this pull request as ready for review October 9, 2024 17:35
@KaylaBrady KaylaBrady requested a review from a team as a code owner October 9, 2024 17:35
@KaylaBrady KaylaBrady requested a review from BrandonTR October 9, 2024 17:35
@KaylaBrady
Copy link
Collaborator Author

There are some ongoing XCode 16 issues with ViewInspector that aren't trivially resolved, including callOnChange failing where it wouldn't before (ProxyModifiedMap does not have 'onChange' modifier). Relevant issue: nalexn/ViewInspector#327

Going to hold off on trying to further complete this upgrade for now.

Copy link
Collaborator Author

@KaylaBrady KaylaBrady left a 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 {
Copy link
Collaborator Author

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

@boringcactus boringcactus merged commit 144af58 into main Oct 16, 2024
7 checks passed
@boringcactus boringcactus deleted the kb-xcode-16-bumps branch October 16, 2024 21:03
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