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

Type 'EVObject' does not conform to protocol 'EVReflectable' #308

Open
TipsyFingers opened this issue Jun 11, 2019 · 3 comments
Open

Type 'EVObject' does not conform to protocol 'EVReflectable' #308

TipsyFingers opened this issue Jun 11, 2019 · 3 comments

Comments

@TipsyFingers
Copy link

TipsyFingers commented Jun 11, 2019

Hello evermeer,

I am trying to build Swift 4 project using XCode 10.2.1
I've tried using EVReflection v5.5.2 (version that last release was built with) along with v5.6.2, v5.7.0, v5.8.0 and v5.9.0 with no success. In all scenarios I get following error:
"Type 'EVObject' does not conform to protocol 'EVReflectable'" just like @corteggo in this issue #299

Problem is with == operators from EVReflectable protocol which can't be implemented.
What is the solution in this scenario? How to solve this issue?

@TipsyFingers TipsyFingers changed the title Type 'EVObject' dose not conform to protocol 'EVReflectable' Type 'EVObject' does not conform to protocol 'EVReflectable' Jun 12, 2019
@evermeer
Copy link
Owner

I'm also using Xcode 10.2.1 and have no problems with swift 4 and 5.
Do you have the line 'import EVReflection' at the top of your files that use EVReflection?
Could you show me some code where the problem is?

@tobyworks
Copy link

tobyworks commented Jul 30, 2019

Having the same issue after upgrading from xCode 10.1 to xCode 10.3

Edit: Updating to pod 5.10.1 fixed the issue

@Sikandarkhan
Copy link

I am using
XCode 10.3
Swift 5

Issue resolved with

pod 'EVReflection', '~> 5.10'

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