开发者

How can I use XCode as a compiler for my custom project?

开发者 https://www.devze.com 2023-03-24 13:53 出处:网络
I have a project and I want to use XCode as my compiler instead of having to do everything manually in Terminal with GCC and开发者_JAVA技巧 ld. How can I achieve this? Are there any good tutorials?Thi

I have a project and I want to use XCode as my compiler instead of having to do everything manually in Terminal with GCC and开发者_JAVA技巧 ld. How can I achieve this? Are there any good tutorials?


This is apple's introduction to building with Xcode. Hopefully you'll find it useful. http://developer.apple.com/tools/xcode/xcodebuildsettings.html

0

精彩评论

暂无评论...
验证码 换一张
取 消