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 get 2 errors in MSCollectionViewCell, MSTableViewCell and MSScrollView. They are both the same for each class.
I get the error 'Self.CollectionViewCellContainedViewType' requires that '<<error type>>' inherit from 'MSAutoView' on line 42 in MSCollectionViewCell
and the error Type 'MSAutoView' does not conform to protocol 'CollectionViewCellContainable' on line 49 in the same file.
I started using this package yesterday with no problems, they are now showing up today after not changing any code. The only think I have done is update my xcode version to 12.0 and MacOS version to 10.15.6
Thank you!
The text was updated successfully, but these errors were encountered:
Hello @4ndrewHarri5 ! Thank you for contributing to this repo by raising this issue. Yes there is a known issue using this library in XCode 12. I think there's a bug in it where it can't compile conditional conformance for protocols with associated types. It is really frustrating for me also since I can't use the library in my projects too. We have raised a bug to Apple around this and we're waiting for instructions on how to fix it
Thanks for the reply. I thought I was going crazy, its good to know it is a known issue. Really great library by the way, it has saved me from a lot of problems 👍
I get 2 errors in MSCollectionViewCell, MSTableViewCell and MSScrollView. They are both the same for each class.
I get the error
'Self.CollectionViewCellContainedViewType' requires that '<<error type>>' inherit from 'MSAutoView'
on line 42 in MSCollectionViewCelland the error
Type 'MSAutoView' does not conform to protocol 'CollectionViewCellContainable'
on line 49 in the same file.I started using this package yesterday with no problems, they are now showing up today after not changing any code. The only think I have done is update my xcode version to 12.0 and MacOS version to 10.15.6
Thank you!
The text was updated successfully, but these errors were encountered: