Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in BindableImageSourceController.swift #11

Open
ralphllama opened this issue Mar 1, 2023 · 0 comments
Open

Error in BindableImageSourceController.swift #11

ralphllama opened this issue Mar 1, 2023 · 0 comments

Comments

@ralphllama
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant