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

XCode still referring older framework

I'm using StakKit framework on my MacOX application, When I added newer version of the framework to the project. I have noticed that XCode is still referring to the older framework and I get warning like SKUser may not respond to…
Prashant Cholachagudda
  • 13,012
  • 23
  • 97
  • 162
0
votes
1 answer

Why doesn't iPhone ad hoc distribution in iOS 4 (Xcode 3.2.3) work?

Before iOS 4, I could successfully build my app using the ad hoc distribution profile and send it to my clients for testing. Now. under Xcode 3.2.3, when I (and my client) drag and drop the .app folder into iTunes, the app does not appear among the…
adranale
  • 2,835
  • 1
  • 21
  • 39
0
votes
1 answer

iPhone 4 not supporting in XCode 3.2

I am haivng an iPod which recently updated to iOS4.0. It is working fine with the device. I am having the XCode version 3.2 installed on my mac. When I try to test the apps on my device it displays an error. No provisioned iPhone OS device is…
user169964
0
votes
1 answer

bindings in Interface Builder

I want to have a button where if I click it, then some text is displayed that says "you clicked the button." I know how to do this using IBOutlet and IBAction. Can it be done with bindings? If so, then how?
neuromancer
  • 53,769
  • 78
  • 166
  • 223
0
votes
1 answer

steps necessary to create and install the proper certificates and profiles into my project and onto my iPad/Phone

I am hoping that someone on this list is working with iDevices, and has successfully built an application and loaded it onto their iDevice. If so, could you point me to any sort of 'distilled' explanation of the steps necessary to create and install…
Sosullivan
  • 657
  • 3
  • 14
  • 24
0
votes
2 answers

Building and Installing to ios 3.2

I recently installed the latest version of xcode with support for ios 4. Unfortunately when I tried to compile and install my app (which I have successfully compiled many times) for my iPod touch (first generation) I get the error that the target I…
jcb344
  • 323
  • 5
  • 16
0
votes
2 answers

Subversion import error 200030 (accessed from SCM in Xcode 3.2.2, OS X 10.6.3)

I'm encountering the following error when attempting to (svn) import from within Xcode). Import Failed Error: 200030 (SQLite error) Description: no such table: rep_cache This is a new repository.The svnserve process runs normally. Existing…
Global nomad
  • 1,037
  • 12
  • 25
0
votes
1 answer

XCode 3.2 - make emulator to open in iPhone mode

I've installed XCode 3.2 on top of Snow Leopard 10.6.2. When trying to "build and run" an application created from XCode template, the emulator is always opened in iPad mode. When choosing "iPhone" from the emulator menu, it changes its look but…
Dmitry Khalatov
  • 4,313
  • 3
  • 33
  • 39
0
votes
2 answers

node is giving garbage value

i am doing c program of binary tree while inserting the node to tree after 2 or 3 nodes the child node having garbage value and crashing i am doing in xcode any idea... Bnode createTreeNode() { Bnode node=(Bnode)malloc(sizeof(Bnode)); return…
jeeva
  • 21
0
votes
1 answer

Finding features of Xcode3 in Xcode5+

My first day with Mac/Apple and Xcode5.2 (Updated: as well as 6.0.1), and I am watching a video lesson on Xcode3.2.1. The movie shows and narrates about the following tabs in Xcode3.2.1 editor: On the upper left: History tab ("PlayFile.m:2"…
Fulproof
  • 4,466
  • 6
  • 30
  • 50
0
votes
1 answer

How to change direction of Text in Xcode?

I want to type in Arabic in Xcode. But I can't copy paste in the Xcode properly in right to left direction. Please help me out. Thanks in advance.
Arpan
  • 3
  • 3
0
votes
1 answer

Can you force a MPMoviePlayerPlaybackDidFinishNotification?

I have several movies that are played and presented using this code. As you can see I also have removed the default movie controls and have added a custom overlay which essentially just stops the video. Here is my problem... When I stop the…
Jonathan
  • 621
  • 1
  • 11
  • 27
0
votes
3 answers

How to compile C program with multiple files in Xcode

I am on a Mac running Mac OS X 10.6.3 and Xcode 3.2.1 64-Bit and I was wondering if it was possible to compile a C program with multiple .c files in Xcode. Thanks in advance!
Mark Szymanski
  • 56,590
  • 24
  • 70
  • 87
0
votes
1 answer

Xcode - Terminating due to uncaught exception for iphone app

When I try to cick on cell in my table view rather than take me to the next view I get a "Terminating due to uncaught exception" error. Here is the code from the debugger: 010-03-27 12:52:48.805 MultiDetailView[335:207] *** Terminating app due to…
Dave
  • 348
  • 1
  • 6
  • 23
0
votes
1 answer

Where are XCode 3 environment variables defined?

On my Mac OS 10.9.3, I have a C++ XCode 3 project on which, I don't know where, an environment variable is set (say MYVAR). I can see it when I launch a build in a command line using xcodebuild from my terminal, in the output: ... setenv MYVAR "My…
Rémi Doolaeghe
  • 2,262
  • 3
  • 31
  • 50