PDA

View Full Version : How to Compile Multiple files in Xcode?




Dj0071
Oct 1, 2008, 08:46 PM
Hey friends
I am new to xcode.Can u tell me that how can i add and compile more files to xcode which i have allready made.(I have made standard tool project from command line utility for a c program)

It would be great if anyone could also tell me how to hide warnings in xcode.

Thanks
Dj



MacRumors Guy
Oct 1, 2008, 08:53 PM
Click the gear icon. Add > Files...

For warnings, select the project icon and then press command + i, in the build separator uncheck the warning options.

Dj0071
Oct 1, 2008, 09:24 PM
Thanks but i should add them in source right??

kainjow
Oct 1, 2008, 11:16 PM
Yes, but it doesn't really matter which group they get added to, as long as they show up under Compile Sources in your target.