Xcode 4 build succeeds, command line build fails?

后端 未结 10 1787
春和景丽
春和景丽 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条回答
  •  Happy的楠姐
    2021-01-30 02:52

    Check if you didn't import the .m files in your header files! Changing .m to .h fixed this for me!

提交回复
热议问题