-
Notifications
You must be signed in to change notification settings - Fork 158
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
Add class information to EXPDescribeObject #177
Comments
This should be in: #168 Are you up to date? |
I'm using v1.0.3 coming from cocoapods. Isn't it included in that release yet? If so, I can use :head version. |
Would recommend |
Great. Thx for the info @orta, and sorry for duplicate :( |
Not a problem, glad to see we had the same issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When a string value is received while an NSURL value expected, fail error message would be like this:
This is because EXPDescribeObject uses
-description
method of nsobject, which prints string value of url for NSURL class.Would adding also class type of values be appropriate? This way, description message could be more descriptive.
I can help with a PR if this is a proper improvement for you.
The text was updated successfully, but these errors were encountered: