Update about ‘Error from Debugger: Unknown packet reply: “timeout” to environment packet.’ from Xcode

I previously posted about an error I was seeing in the Xcode console when trying to run an application I was working building on an actual iPhone. I believe I have figured out what was causing the problem, if not at least I’ve managed to make it stop happening so I can go back to testing on a real device now.

It seems that the problem had something to do with a ‘#’ in either ‘#AppName_Prefix.pch’ or ‘#AppName.xcodeproj’. I renamed the Prefix header and the xcodeproject file and updated the project to reflect the new name of the prefix header then a build -> clean and voilà everything seems to be working again.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • De.lirio.us
  • Reddit
  • Technorati
  • Facebook
  • Google Bookmarks

Tags: , ,

2 Responses to “Update about ‘Error from Debugger: Unknown packet reply: “timeout” to environment packet.’ from Xcode”

  1. Pedro Says:

    My projects does not have this `#`. Im still having this problem. Ive just reinstalled the 3.0sdk, restore the firmare but nothing happend.

    Help me!!

  2. Pedro Says:

    Ive found the error.

    The path to my projects is: /#projects/#dev/project_name

    i renamed to: /projects/dev/project_name

    And, it works!!!! :-)

Leave a Reply