-
Notifications
You must be signed in to change notification settings - Fork 560
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
Fixed SwiftUI Previews in Xcode >= 14 #338
Fixed SwiftUI Previews in Xcode >= 14 #338
Conversation
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.
Thanks, @amarildolucas!
@amarildolucas our repository requires signed commits. Would it be possible for you to enable signed commits and recommit using the following command:
You can read more about setting up signed commits here. |
3f66bfa
to
d626ff2
Compare
Hi @AvdLee, thanks for the feedback. I just signed the commit. |
@amarildolucas FYI: I'm looking into fixing CI in another PR. |
Code Coverage Report
Generated by 🚫 Danger Swift against 704a651 |
Congratulations! 🎉 This was released as part of Release 2.0.0 🚀 Generated by GitBuddy |
In Xcode >= 14 SwiftUI Previews don't work (successfully built) if WeScan package is in the project. The following error occur:
This PR fixed the current issue by removing the
type: static
parameter from thePackage.swift
.