Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

TiViewProxy.m Error

I've started getting this strange warning in the log when clicking a button:

WARN] Value was not the value expected. (viewIsInChildren) was not (YES) in -[TiViewProxy remove:] (TiViewProxy.m:193)

I don't believe I changed anything regarding the event listener for button, so I'm at a loss…

— asked June 4th 2010 by Neal Kraus
  • bug?
  • button
  • tiviewproxy
0 Comments

1 Answer

  • I'm having the same problem since upgrading to Ti SDK 1.3

    However, I get this error when I trigger the shake gesture on the iPhone Simulator?!

    [WARN] Value was not the value expected. (viewIsInChildren) was
    not (YES) in -[TiViewProxy remove:] (TiViewProxy.m:193)
    

    Anyone know what is going on here?

    any suggestions appreciated.
    thanks

    UPDATE: FIXED IT!

    this error is shown when you try to remove an object that hasn't been created or has already been removed.

    it appears the error checking is much stricter in 1.3 - probably so that apps are more stable, which isn't such a bad thing!

    — answered June 6th 2010 by Sam Shupac
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.