MSAutoView icon indicating copy to clipboard operation
MSAutoView copied to clipboard

Swift Compiler Error

Open 4ndrewHarri5 opened this issue 3 years ago • 2 comments

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!

4ndrewHarri5 avatar Sep 24 '20 16:09 4ndrewHarri5