I would like to add two compiler flags, one for ARC (-fno-objc-arc) and one for warning (-w). Anybody know how to add two compiler flags in the Xcode build phase for a particular file?
Add the compiler flags under your Project -> Target -> Build Phases, just separate the flags by a space.