The error is telling you that variable "rb" is of a type that does not implement a "checked" property. Whatever the type of "rb" is should tell you which library it is from.
While that might be a clue to what lib it's from, it doesn't seem to be an unreasonable wish to have the IDE just print out what lib caused the problem. It does seem reasonable that it has the information nearby, so to speak.
You guys are treating this like a post where @keirS is asking for help with the error. It's not, it's posted as a Wish, where the topic clearly request that the IDE show what lib produced an error during compilation.
While that might be a clue to what lib it's from, it doesn't seem to be an unreasonable wish to have the IDE just print out what lib caused the problem. It does seem reasonable that it has the information nearby, so to speak.
Yes that is my point. I have actually found the culprit library jSD_XUIView so not one I have written. Updated to the latest version and my project now compiles. To find that library however I created a test project and started adding the libraries to it and compiling after adding each library...
This is still a problem. This time a library has dependencies on internal libraries which have been updated to a later version. So I will now have to go through all the XML files for the libraries to find out which one(s) have that dependency.
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.