Titanium Community Questions & Answer Archive

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

Install error after upgrading SDK to 1.3.0

After upgrade I cannot "run on device" anymore.
I get this error when trying to install the app into iTunes:

Install Error

Build Failed (Missing app at /Users/Blizzet/Documents/SpeedwayApp/Speedway/build/iphone/build/Release-iphoneos/Speedway.app/Speedway). Please see output for more details

If I go back to the SDK 1.2.0 it works.
I have tried to make a new project from scratch and just put my resourcefiles back, but I still get this error.

Any suggestions?

BR, Christian

— asked May 14th 2010 by Christian Andersson
  • iphone
  • iphonesdk
0 Comments

11 Answers

  • See your log build file in 'build/iphone/build/build.log'

    — answered May 14th 2010 by SEBASTIEN PEROCHON
    permalink
    0 Comments
  • same thing is happening to me as well. at the end of my build.log though it says:
    BUILD SUCCEEDED

    and that's what it says when it gives the "install error" alert.

    rocksteady,
    danno~

    — answered May 14th 2010 by danno watts
    permalink
    0 Comments
  • The build doesn't seem to finish and succed for me, but the only error I get is bit before the end:

    /Users/Blizzet/Documents/SpeedwayApp/Speedway/build/iphone/Classes/TiUITableView.m: In function '-[TiUITableView setBounds:]':
    /Users/Blizzet/Documents/SpeedwayApp/Speedway/build/iphone/Classes/TiUITableView.m:464: error: 'TiUIViewProxy' undeclared (first use in this function)
    /Users/Blizzet/Documents/SpeedwayApp/Speedway/build/iphone/Classes/TiUITableView.m:464: error: (Each undeclared identifier is reported only once
    /Users/Blizzet/Documents/SpeedwayApp/Speedway/build/iphone/Classes/TiUITableView.m:464: error: for each function it appears in.)
    /Users/Blizzet/Documents/SpeedwayApp/Speedway/build/iphone/Classes/TiUITableView.m:464: error: expected expression before ')' token
    /Users/Blizzet/Documents/SpeedwayApp/Speedway/build/iphone/Classes/TiUITableView.m:471: error: expected expression before ')' token

    Is this an indication that something is wrong in my code from the beginning?
    Though I have no problems or compiler-errors when running the simulator…

    — answered May 15th 2010 by Christian Andersson
    permalink
    0 Comments
  • And on those errorlines in the .m-file it says:

    // Since the header proxy is not properly attached to a view proxy in the _speedway
    // system, we have to reposition it here. Resetting the table header view
    // is because there's a charming bug in UITableView that doesn't respect redisplay
    // for headers/footers when the frame changes.
    UIView headerView = [[self tableView] tableHeaderView];
    if ([headerView isKindOfClass:[TiUIView class]]) {
    [(TiUIViewProxy
    )[(TiUIView*)headerView proxy] reposition];
    [[self tableView] setTableHeaderView:headerView];
    }

    Conclusions about this? :)
    I guess I need to fix something with some or one of my tableviews I use.

    — answered May 15th 2010 by Christian Andersson
    permalink
    0 Comments
  • Upgraded to Xcode 2 and it works for me now

    — answered May 16th 2010 by Sebastien PASTOR
    permalink
    0 Comments
  • I have this problem too. I get "TiUIViewProxy" not defined. Switch back to 1.2 and it all works.

    — answered May 17th 2010 by Scott Penrose
    permalink
    0 Comments
  • Has anyone sorted this out???? I'm getting the same…

    // Since the header proxy is not properly attached to a view proxy

    Thanks!

    — answered May 18th 2010 by Mark Smillie
    permalink
    0 Comments
  • It works for me now and the problem is solved!

    The solution for me was to upgrade to the iPhone SDK 3.2.2 Final.
    I had a previous prerelease version of 3.2.2 before.

    — answered May 19th 2010 by Christian Andersson
    permalink
    0 Comments
  • I cannot confirm that solution anymore…
    When I created a new project the error occured again.
    So now I have one project working with 1.3, and the new one not working!

    — answered May 19th 2010 by Christian Andersson
    permalink
    0 Comments
  • Edit - my issue with the same symptom was a certificate error unrelated to this

    — answered May 21st 2010 by Steve Gough
    permalink
    0 Comments
  • This solution worked for me:
    http://developer.appcelerator.com/question/26261/bug-in-sdk-13

    — answered May 28th 2010 by Donald Hughes
    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.