Hello i got issue on IOS build recently , i am usi...
# multiplatform
a
Hello i got issue on IOS build recently , i am using Xcode for IOS builds , but getting this error out of nowhere -
Type 'ComposeView' does not conform to protocol 'UIViewControllerRepresentable'
on my ContentView.swift file inside IosApp any solution , what is the issue and how to fix it ?
image.png
y
what changes did you made that earlier it was not throwing error but now it does ? i have no idea what you are trying to achieve and in that process you got this error but this might be helpful https://stackoverflow.com/questions/77596267/type-does-not-conform-to-protocol-uiviewcontrollerrepresentable same error as yours but you might have already seen this solution.
a
i didn't change anything neither on MainViewController.kt nor on Contentview.swift , it is as it is as new project !! ,