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
4
votes
1 answer

Xcode Organizer: Can't Remove Device

Using Xcode 3.2.5. I recently connected a coworkers iPhone to my mac to try to install a test build for him to test. After that, I cannot remove his device from my Xcode Organizer. Removing the device will remove it from the device list, but a few…
mayonaise
  • 129
  • 2
  • 12
4
votes
1 answer

Export symbols file: Objective C derived class members, 64-bit

I have a Cocoa-based universal dynamic library that also includes more static libraries, from which I want to export functionality. It seems I cannot do the latest without using an export symbols file, and this is fine by me ... somehow. I don't use…
Liviu
  • 1,859
  • 2
  • 22
  • 48
4
votes
2 answers

Subversion : How to add svn:keywords in all xcode Source files?

i m using subversion (Xcode) to commit my files , i would like to add my svn info on all my file headers - please let me know is any other script available to do this ? Like Node Kind: directory Schedule: normal Last Changed Author:…
Karthikeyan
  • 1,790
  • 12
  • 19
4
votes
3 answers

using c++ in xcode / objective c

So I'm trying to use C++ inside my ios project. After I make a new project (all default settings, fresh install of xcode), I create a Question.h and a Question.mm file, like this: Question.h #include #include using…
Andrei S
  • 6,486
  • 5
  • 37
  • 54
4
votes
1 answer

XCode 4's code completion for methods in the .h file

In Xcode 3 I could first write my method in the implementation (.m) file; afterwards adding the same method to the interface (.h) file. At that point Xcode 3 made a code completion for the method written in the .m file. Sadly, Xcode 4 doesn't code…
Gerald Eersteling
  • 1,244
  • 14
  • 28
4
votes
3 answers

Convert Interface Builder code to Xcode

Is it true that everything you do in Interface Builder can be done programmatically? If your project uses Interface Builder to make the GUI, can that code be converted to native Xcode and inserted into the project?
node ninja
  • 31,796
  • 59
  • 166
  • 254
4
votes
1 answer

Xcode 3.2.4 and Mac OS X 10.5

I have a simple question: does Xcode 3.2.4 work on Mac OS X Leopard (10.5) ?
heximal
  • 10,327
  • 5
  • 46
  • 69
4
votes
3 answers

NSDate dateFromString deprecated?

I'm trying to use the NSDate dateFromString method but I'm getting an warning and it's crashing the app. The code looks like: NSString *pickerDate = [NSString stringWithFormat:@"%@", timeSelector.date]; NSDate *defaultDate = [NSDate…
Ian McIntyre Silber
  • 5,553
  • 13
  • 53
  • 76
4
votes
1 answer

XCode 3 : linking different libraries depending on architecture (cpu type)

EDIT: This question is probably old it is related to xcode 3. I'm developing an iPhone app which needed voip support so i added the ARM version of pjsip libraries. But if I'm using the iPhone simulator i want to link the i386 version of the…
gyozo kudor
  • 6,284
  • 10
  • 53
  • 80
4
votes
1 answer

Xcode 3.2.2 and localization of Settings.bundle

I have just discovered that after upgrading to the latest Xcode 3.2.2, I am not able anymore to localize Settings.bundle. The "Make File Localizable button always appears grayed out, and the Settings.bundle files appear with "No Explicit File…
Massimo Cafaro
  • 25,429
  • 15
  • 79
  • 93
3
votes
1 answer

How to run and deploy Xcode 4.2 project in Xcode 3.2 and iOS 4.2 device

Currently i am working on Xcode 4.2 with iOS 5 sdk. I have created the project with core data framework. I have designed the screens and deployed in iOS 5 devices. I want to run my project in Xcode 3.2 because i want to deploy the app in iOS 4.2…
user2136
  • 791
  • 1
  • 11
  • 26
3
votes
1 answer

What does "Standard (32/64-bit Intel)" Architecture as target actually mean?

I have an application to which I added some new functionality. This was tested in Debug mode, but when compiling for Release introduced a number of errors. A bit of detective work showed these were caused by calls to convert a point between the…
Milliways
  • 1,265
  • 1
  • 12
  • 26
3
votes
2 answers

Is it possible to install Xcode 3 after we have installed Xcode 4?

I have Xcode 4 on my Mac. Is it possible to install Xcode 3 say in directory other than /Developer? Please let me know.
meetpd
  • 9,150
  • 21
  • 71
  • 119
3
votes
1 answer

Xcode backward compatibility

I want to upgrade my Xcode 3.2.3 to Xcode 4.0 but I want to confirm one thing about my current project code. Will upgrading cause problems with my current code ? Can I still run the code made by Xcode 3.2.3 and run it and modify it with Xcode 4.0…
Dina
  • 467
  • 4
  • 18
3
votes
2 answers

xcode function menu keyboard shortcut

I'm somewhat new to XCode and am very accustomed to using Visual Assist with Visual Studio. In XCode, I see the function menu above the text editor but can't seem to find a keyboard shortcut to pop it down. It seems to require a mouse click. It…
insominx
  • 338
  • 3
  • 14
1 2
3
18 19