Skip to content

Error in BindableImageSourceController.swift #11

@ralphllama

Description

@ralphllama

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions