Xcode4 does not launch application in Simulator

I just downloaded and installed xcode4 with the latest SDK. I opened the selected project, and the simulator pulls up, but remains black. All I see in the Xcode status window is "Joining MyProjectName

+3
source share
4 answers

check out my blog post on how to get around this - basically you need to remove xcuserdata for the project. http://hiediutley.com/2011/03/10/xcode4-is-your-old-project-hanging-in-the-simulator/

+10
source

I have been struggling with this problem for half a day already! Finally I managed to solve my problem.

plists , plist . plist , Executable file, .

  • ApplicationName-Info.plist
  • Executable file ${EXECUTABLE_NAME}
  • , ,
  • , , .

, , , , .

, . , , plist.

+1

, :

  • Reset
  • " " ( )
  • ~/Library/ /Xcode/ /YourProject *
  • "xcuserdata" .xcodeproj.

, , , ... . 1) , 2) . reset, Quit,... .

: .

( , Mac OS, . , XCode 4.6, , ... )

+1

:

  • Open the project navigator
  • Click Build Phases
  • Use the search tool and check if there is a result for info.plist. If there is a result, delete it.
  • Assembly and launch
0
source

All Articles