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

Playing Sound With OpenAL

Whats the best way to play a sound using OpenAL in xcode 3.2.2 on a 3.1.2 SDK im pulling my brains out at the moment. I've followed ben brittel and mike daley's tutorials on openAL and ive implemented all the things needed to play sound. Basically i…
user442551
  • 1
  • 1
  • 2
0
votes
1 answer

Where is "Reveal in Finder" in Xcode 3.2.3?

I have updated to Xcode 3.2.3 to develop for the iPad and iPhone 4, but I can't find the "Reveal in Finder" button to locate the .app file. Where can I find it?
Taimur Ajmal
  • 2,778
  • 6
  • 39
  • 57
0
votes
1 answer

Static library compile problems using Xcode 3.2.3

I'm trying to develop a new static library using Xcode 3.2.3. Xcode is giving strange error messages show below in my G.h file. What is the cause of these errors? Charles #import #import…
CBrauer
  • 1,035
  • 2
  • 11
  • 17
0
votes
2 answers

How do I set a Base SDK of 3.1 in XCode 3.2.3?

I upgraded to XCode 3.2.3 recently, and now, I see i can't set a base SDK to a previous version. How do I build to allow my app to run on 3.1.3 now? I am in a serious bind, because I committed to delivering to 3.1.3. :-( I tried going to look for…
eric
  • 391
  • 2
  • 13
0
votes
1 answer

PopViewController not popping view

My top level view immediately Pushes my SplashView in it's ViewWillAppear method. In some conditions, the SplashView pushes an additional view, which is properly popped. When this occurs the Top Level view never appears. However, the code in the…
Steve Reed Sr
  • 2,011
  • 3
  • 18
  • 22
0
votes
2 answers

NSObject is undefined (objective c)

This is more then likely a very simple question but I am completely stumped by it (and more then a little embarrassed by the situation). I have the following code in a command line utility in xCode: #include int…
MrWizard54
  • 38
  • 3
0
votes
1 answer

Upgrading Xcode and Interface Builder

If I already have XCode and IB installed on my system, if I download the newest version and install it, does it automatically upgrade me to the newest version, or do I have to uninstall the old versions first?
node ninja
  • 31,796
  • 59
  • 166
  • 254
0
votes
1 answer

Not able to take the screenshots in a viewcontroller view of xcode

I'm reading pdf's in a view and trying to capture screenshots of pdf pages. UIGraphicsGetImageFromCurrentImageContext() doesn't work. any solutions?
preeti
  • 15
  • 4
0
votes
1 answer

How can I test an iPhone application on device without the key

How can I run my XCode SDK application on my iPad without key and without jailbreak? (I found a description yesterday, but cant find it back). This can be with the device connected to my development machine. (I can afford the $99, but I cant wait…
Olav
  • 1,758
  • 4
  • 27
  • 49
0
votes
1 answer

Replace resource png's directly on iPhone (iPad)

I have some png's that are now resources in XCode. I would like to replace the with other png's on the device after deployment. How do I do that, while still being able to work with them in XCode? I thing it should be "Documents" "Library" or…
Olav
  • 1,758
  • 4
  • 27
  • 49
0
votes
2 answers

XCode/iPhone SDK on PowerPC Mac with Pacifist

It is supposed to be possible to install XCode + SDK on a PowerPC. How easy is this? Can it be done with the latest version (3.2.2). If not, which versions? (I think the latest XCode needs an OS version that doesn't run on PowerPC)
Olav
  • 1,758
  • 4
  • 27
  • 49
0
votes
3 answers

Build and Debug in Xcode

The icon in Xcode says "Build and Run". How do I change it to "Build and Debug" I read that if you use "Build and Run" then it does extra work to optimize the code.
neuromancer
  • 53,769
  • 78
  • 166
  • 223
0
votes
1 answer

Upgrading Existing XCode iPhone Project to 3.2.3

I upgraded xcode to 3.2.3 and loaded an existing project I had created with a prior version of xcode. It seems to compile fine as I have set up the correct deployment target and base sdk. When I look under Groups & Files, the Framework group, the…
Thomas
  • 1
0
votes
2 answers

gcc-4.2 failed with exit code 1 in Xcode

I'm working with Xcode 3.2.3 and iOS 4.0.1 and I have downloaded an open source iPhone game to learn from but without editing anything I tried to run it in the simulator and it throws this error message: ProcessPCH…
0
votes
1 answer

_CGAffineTransformScale error on xcode

Can anyone help me to solved this xcode error? error : "_CGAffineTransformScale", referenced from: Is Xcode missing any library for CGAffineTransformScale ?