Xcode 4 "waiting for process 'Appname' to launch

后端 未结 6 1634
温柔的废话
温柔的废话 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:34

    Quit Xcode. Find the App_Name.xcodeproj, "Show Package Contents" and remove the folder "xcuserdata".

    This will clean the "cache" of breakpoints. Start Xcode, compile and done :)

提交回复
热议问题