MacOS app does not run on the Xcode simulator

前端 未结 10 1048
抹茶落季
抹茶落季 2020-12-13 23:39

I\'ve installed Xcode 4.2.1 on Mac OS X Lion.

When I create a new (Mac OS X Cocoa) project and I click \"Run\", Xcode says build succeeded, but does

10条回答
  •  感情败类
    2020-12-14 00:02

    I had a similar problem with Xcode 4.5.2.

    To fix it I had to go to the menu Product > Edit Scheme... > Select "Run " (in the sidebar) > Info (tab). In here is a drop down box labeled Executable, select it and choose your app that you wish to launch when the Run button is clicked.

提交回复
热议问题