-
Notifications
You must be signed in to change notification settings - Fork 14
Error in BindableImageSourceController.swift #11
Copy link
Copy link
Open
Description
I get the following error when compiling my app which uses ImageIoSwiftUI:
/Users/ward/Library/Developer/Xcode/DerivedData/Photo_Sorter-exaziycrpvglufdwrvffiyuruhva/SourcePackages/checkouts/ImageIOSwift/Sources/ImageIOSwiftUI/BindableImageSourceController.swift:15:18 Initializer does not override a designated initializer from its superclass
public override init(imageSource: ImageSource) {
self.objectWillChange = self._willChange.eraseToAnyPublisher()
self.objectDidChange = self._didChange.eraseToAnyPublisher()
super.init(imageSource: imageSource)
}
This is from the current master version of the package in github
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels