Xcode 4 build succeeds, command line build fails?

后端 未结 10 1594
春和景丽
春和景丽 2021-01-30 02:14

I have a project in Xcode 4 (the latest non-beta version) that builds fine when built in Xcode itself. Specifically, the Ld command correctly uses the derived data directory (wh

10条回答
  •  孤独总比滥情好
    2021-01-30 03:17

    If you look at the log of the build, asking to see all messages, you should see a terse line that says "link ..." that has little in the way of details. However if you right click that line and select "expand all transcripts" you get a very detailed line telling you what command was issued from within XCode.

    That should help you to debug the issue.

    Dave

提交回复
热议问题