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 occur when archive #112

Open
foolbear opened this issue Oct 24, 2017 · 6 comments
Open

error occur when archive #112

foolbear opened this issue Oct 24, 2017 · 6 comments

Comments

@foolbear
Copy link

foolbear commented Oct 24, 2017

/Utilities/ESPullToRefresh/ES.swift:38:1: Type 'UIScrollView' does not conform to protocol 'ESExtensionsProvider'

/Utilities/ESPullToRefresh/ES.swift:19:16: Candidate has non-matching type 'ES<Self>' [with CompatibleType = UIScrollView.CompatibleType]

@foolbear
Copy link
Author

foolbear commented Oct 24, 2017

building is ok.

installed by manually, ios11, xcode 901

@olivinesguerra
Copy link

still any luck?

@fukemy
Copy link

fukemy commented Mar 28, 2021

same problem here

@fukemy
Copy link

fukemy commented Mar 28, 2021

did anyone solved this?

@fukemy
Copy link

fukemy commented Apr 1, 2021

Solved. Other lib has decraled CompatibleType, jisst change it's name

@eddiegroves
Copy link

eddiegroves commented Jun 2, 2021

Example

// ES.Swift
public protocol ESExtensionsProvider: class {
    associatedtype SomethingElseCompatibleType
    var es: SomethingElseCompatibleType { get }
}

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

4 participants