Upon adding library "XUI Views" Version 2.46 The following errors show in the log.
Logs:
Unknown member: add
Unknown member: initialize
Current declaration does not match previous one.<br />Previous: {Type=Items,Rank=0, RemoteObject=False}<br />Current: {Type=List,Rank=0, RemoteObject=True}
Current declaration does not match previous one.<br />Previous: {Type=Items,Rank=0, RemoteObject=False}<br />Current: {Type=String,Rank=0, RemoteObject=True}
The library conflicts with something you already have in your code.
Perhaps you have declared a variable that has the same name as an existing variable in XUI Views.
Or you have a library with a class that has the same name as a class contained in XUI Views
Some times it's difficult to know without seeing the code so...
Brute force... have you tried to comment all your variables to see if this messages dissappear?
If so, uncomment by groups...