Titanium Community Questions & Answer Archive

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

TiUIViewProxy in -[TiViewProxy view] (TiViewProxy.m:593) was not running on the main thread.

Hi,

[WARN] TiUIViewProxy in -[TiViewProxy view]
(TiViewProxy.m:593) was not running on the main thread.
[WARN] Break here
[WARN] TiUIViewProxy in -[TiViewProxy view]
(TiViewProxy.m:593) was not running on the main thread.
[WARN] Break here
[WARN] TiUILabelProxy in -[TiViewProxy view]
(TiViewProxy.m:593) was not running on the main thread.
[WARN] Break here
[WARN] TiUILabelProxy in -[TiViewProxy view]
(TiViewProxy.m:593) was not running on the main thread.
[WARN] Break here
[ERROR] Trying to constraint a view without a proxy's layout.

Can me someone explain what this warnnig means and how to solve it?
(iOS 4.0.1, Titanium SDK 1.4.1 (build from source code))

— asked August 5th 2010 by Lukasz Radziwonowicz
  • proxy
  • thread
  • view
  • viewproxy
0 Comments

2 Answers

  • Accepted Answer

    You can't solve this warning atm since it's not related to your app - it's a temporary warning, part of some threading changes Appcelerator is working on atm.

    It was added in this commit. The issues should be fixed before the next release.

    To sum it up, you're getting this warning because you're using the latest code from GitHub where the ongoing development happens :)

    — answered August 5th 2010 by Goran Skledar
    permalink
    1 Comment
    • Thanks for your tip. I did not see notes on this commit.

      — commented August 5th 2010 by Lukasz Radziwonowicz
  • i have this too in latest builds from the amazon servers, i also think that this is related to some crashes

    — answered August 5th 2010 by Christian Sigl
    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.