Boca/Janhes
Thanks for replying. What I want to know is where can I find in the type tree, that these characters are invalid and shouldnt be there in the message
Turn on the map's input trace. This will tell you which element is failing. Then open the tree and check the restriction list.
Also check the Swift spec.
BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
This is the message I got from the trace file:
"INPUT 1 was valid, but it contained invalid objects."
However, I am not able to trace where exactly it failed. What I did was, I removed the ! character, and the message ran successfully. I am not able to find out even from the tree and checked the restriction list, but there is no restriction. The restriction property is set VALUE and Rule is Include.
Just search on the word invalid, from the top of the file.
If you know where the ! was, you should know what the element is, so you can look in the tree for that element.
If the rule is include and it's not there, then it's not valid.
BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.