Questions tagged [xcode3.2]

The June 2009 release of Xcode, Apple's integrated development environment (IDE) 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.

276 questions
-1
votes
2 answers

Auto-Completion in iPhone SDK 3.2

I installed the iPhone SDK 3.2 in my mac mini. my problem is, i am using UITableview* i want to get the properties of the tableview i.e, when i am typing tableview. and press escape i have to get the corresponding values instead i am getting "No…
kiri
  • 1,977
  • 5
  • 27
  • 55
-1
votes
1 answer

iPhone OS 3.2 on the iPhone?

I have edited this OS 3.2 question based on advice that it could infringe Apple's NDA which is something I have no desire to do. For what its worth I didn't reveal anything likely to upset their lawyers. And in my opinion the SDK is their IP, and…
Nigel
  • 604
  • 1
  • 6
  • 12
-1
votes
1 answer

iOS dev on xcode 3.2

I've been doing a lot of work on trying to create a hello world app for iOS, and I found a tutorial that had me create a iOS type project, but whenever I get to the template selection screen, I am only given Mac OSX, but in the video, the person had…
Trinidog
  • 1
  • 1
-2
votes
1 answer

The xxx outlet of 'File's Owner' is connected to 'Label YYY' but xxx is no longer defined on zzz

All of a sudden I'm getting over a hundred warning messages of that sort out of XCode build (that used to build without any warnings), but, curiously, when you look at the connections in Interface Builder there's no problem, buttons that are…
Hot Licks
  • 47,103
  • 17
  • 93
  • 151
-2
votes
1 answer

IOS Xcode 3.2 - IB not showing design area

I'm totally new to IOS development and I am trying to create a custom listView cell on Xcode 3.2. When I create a new file as described here I can open the .xib file and IB comes up, but there is no place to put the objects, no drawing area, how can…
MineConsulting SRL
  • 2,340
  • 2
  • 17
  • 32
-3
votes
1 answer

Array to TableView (Xcode 3.2.6)

I have an NSMutableArray of data that i would like to present in a view, how might someone go about doing this? i have seen that the best way to present Array data is by displaying it onto a table, but cannot find anything that can help someone…
Jack Allen
  • 549
  • 2
  • 5
  • 19
1 2 3
18
19