Questions tagged [xcode4.1]

The July 2011 release of Xcode, Apple's integrated development environment (IDE) for for its Mac OS X and iOS platforms.

Xcode is Apple's integrated development environment (IDE) for development for its Mac OS X () and iOS (/) platforms. Documentation for Xcode 4, the newest major version, can be found in Apple's Xcode 4 User Guide. Apple also has a good starting point for new users.

This tag covers:

  • Project organization
  • Source code editing
  • Build system
  • Unit testing
  • Interface Builder (in Xcode 4 and later only; it is separate in 3 and earlier)

Xcode comes with Apple's Mac OS X and iOS SDKs bundled, but that does not mean questions about the use of those SDKs are questions about the IDE. Consider what changes your question would require if you were using vi to edit and make to build; if your question would remain unchanged, then it is not an Xcode question, so you should not give your question the tag. Use the (Mac) and/or (iOS) tags instead.

See for more information.

32 questions
0
votes
1 answer

Is it correct to have subViews in the same ViewController?

So, this is my question. I have a ViewController, and I want to add 2 different Views in different position (one upper and the other lower) but they will appear at the same time, using method "addSubview", but I don't know if this is correct, to…
user1600801
  • 269
  • 7
  • 25
0
votes
1 answer

Error in the core plot configuration

I'm trying to use CorePlot for an iOS application, I followed the instructions here. But even if the CorePlot-CocoaTouch.h file exists (CorePlot/CorePlotHeaders), the build failed saying:…
zak
  • 39
  • 1
  • 4
1 2
3