Monday, 30 July 2012

#11 Building Application in XCode

  • Build = Compile (to iOS understandable format) + Link (with necessary frameworks)
  • Command Reference
  • At development stage choose, Active Configuration = "Debug"
  • At release stage choose, Active Configuration = "Release" 


No comments:

Post a Comment