Xcode 4 "waiting for process 'Appname' to launch

后端 未结 6 1713
温柔的废话
温柔的废话 2021-02-03 14:31

I installed Xcode 4 and now cannot run one of my iPhone projects.

 Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General         


        
6条回答
  •  耶瑟儿~
    2021-02-03 15:37

    A tip I found at the Apple Developer Forums:

    Go into your ProjectName.xcodeproj/ directory and delete anything named with your userid. Re-open the project in xcode and all that will get recreated and it should work. At least it did for me.

    Another tip is to manually delete the build directory.

    Yet another tip is to navigate to the Organizer (Shift ⇧ Command ⌘ 2 in xcode 4), select Projects, select you application in the left hand side and then the Delete...-button to the right of Derived Data.

    And never forget the universally useful tip: restart your computer and try again.

    Good luck!

提交回复
热议问题