I installed Xcode 4.2.1 on Mac OS X Lion.
When I create a new project (Mac OS X Cocoa) and click Run, Xcode reports that the build was successful, but the project does not start. No errors, but no applications.
When I do the same on another Mac (but with OS X Snow Leopard and Xcode 4.0.1 installed), the created application starts bouncing in the dock and shows an empty window, as I expected.
When I look at the Console, it seems like nothing strange is happening. I tried reinstalling Xcode, removing everything related to Xcode, but still no luck.
Has anyone understood what could be the problem?
(I tried to run an existing project that previously worked, but it also showed nothing)
Thank you
objective-c xcode cocoa macos
Basibo1 Nov 23 '11 at 15:39 2011-11-23 15:39
source share