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
I had to refactor your code to remove references to Service, ViewModel, and Store objects for which you didn't provide the source. Those objects didn't seem essential for the reproduction of the failure, however, the resulting test succeeds for me, I don't get any error:
Could you run this test and see if the error pops up or not? The error message you posted originally here:
found (extension in BusinessPhotoAppTests):BusinessPhotoApp.CameraDeviceController.WrapperView instead of (extension in BusinessPhotoAppTests):BusinessPhotoApp.CameraDeviceController.WrapperView
I haven't seen this pattern of type prefixes before ((extension in <app>):), could you share details of your environment, that is, Xcode version, Swift version, or any other note about your setup if it's untraditional in any way
@nalexn
after switching to the version 0.9.3 from 0.9.2 I get this error
Here my CameraDeviceController which use UIViewRepresentable
The text was updated successfully, but these errors were encountered: