GCC without Xcode on OS X

前端 未结 7 1636
暗喜
暗喜 2020-12-06 06:57

I\'ve just unwrapped my new MacBook Pro (yay!) and am now setting it up properly for development. Since I want to avoid clutter, I\'m wondering if I really need to

7条回答
  •  旧巷少年郎
    2020-12-06 07:20

    We primarily use the Xcode IDE for building Cocoa/Carbon applications. Xcode typically has different project templates (and project settings fixed accordingly). As long as you are not going to generate a Universal Binary or a framework I think you should be ok. As far as I am concerned, when I am too pissed with Xcode, I go back to the command line, set up the paths myself and start using GDB.

提交回复
热议问题