You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but as soon as I import it, Xcode tells me that Type 'VideocallViewControllerWrapper' does not conform to protocol 'UIViewControllerRepresentable'. I have other files where I have successfully imported both SwiftUI and Hydra. I think the problem is the presence of UIViewControllerRepresentable.
Thank you
The text was updated successfully, but these errors were encountered:
Hi everyone!
I'm using Hydra 2.0.6 on iOS on Xcode 13.2.1.
I would like to
import Hydra
on this filebut as soon as I import it, Xcode tells me that
Type 'VideocallViewControllerWrapper' does not conform to protocol 'UIViewControllerRepresentable'
. I have other files where I have successfully imported both SwiftUI and Hydra. I think the problem is the presence ofUIViewControllerRepresentable
.Thank you
The text was updated successfully, but these errors were encountered: