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

Xcode 14 Compiling Issue #82

Closed
BerkinSi opened this issue Sep 15, 2022 · 6 comments
Closed

Xcode 14 Compiling Issue #82

BerkinSi opened this issue Sep 15, 2022 · 6 comments

Comments

@BerkinSi
Copy link

Hello, after updating to Xcode 14, I am not able to run my project because name NavigationStack conflicts with one of the new SwiftUI Native classes.

Has anyone else ran into this issue? If so, were you able to find a solution?

@matteopuc
Copy link
Owner

Hi @BerkinSi if you are using SPM the problem is fixed (with the version 1.0.5). The Pod has not been updated to that version, though.

@BerkinSi
Copy link
Author

Thank you will give it a try

@matteopuc
Copy link
Owner

Basically the NavigationStack has been renamed to NavigationStackCompat in order not to conflict with the iOS one.

@BerkinSi
Copy link
Author

oh so I should also update my imports too. Thank you for the tip

@matteopuc
Copy link
Owner

The import is the same, it's just the NavigationStack class that changes its name to NavigationStackCompat.

@BerkinSi
Copy link
Author

Got it thanks!

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

No branches or pull requests

2 participants