-
Notifications
You must be signed in to change notification settings - Fork 61
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
Could not locate the entity for \(className) even though it exists #90
Comments
Hi @mariusschoenefeld. Is there any message with the |
it is happening the same to me. When we get the |
Yes, I'm experiencing the same issue at: let className = String(reflecting: self) |
Yeah, it's a real issue...see this PR: #94 |
Hi all, Please make sure that the module of the class is properly identified in the model: In this example, taken from Groot unit tests, the model and the class are in the same module. If your case is different, you will need to be explicit about the module in which the class is implemented. In case you don't control the model (ie. it is in a Cocoapod like specified in #94) you will need to discuss it with the author of that model. |
I installed Groot via cocoapods and using xcode 9.3, swift 4.
When I Call:
It throws the fatalError I can't explain to my self why. this object exists. Any ideas?
The text was updated successfully, but these errors were encountered: