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

strange error while debug

I got this error setenv IPHONEOS_DEPLOYMENT_TARGET 4.2 setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++-4.2 -arch…
AMH
  • 6,363
  • 27
  • 84
  • 135
0
votes
1 answer

Add ADBannerView to the footer of UITableViewController doesn't appear

I have UITableViewController I want to add ADBannerView to its footer so I added the framework iAd.framework , and tried the following code - (void)viewDidLoad { [super viewDidLoad]; ADBannerView* adView = [[ADBannerView alloc]…
AMH
  • 6,363
  • 27
  • 84
  • 135
0
votes
4 answers

Why cant I see all available methods or properties present in a Class in XCode?

I am noob to XCode and Obj-C world, so pardon me for my naive question. Following a tutorial, I was writing a basic program in Cocos2D that would accept touch input. And one of the task was to add implement ccTouchBegan method, but that would not…
Null Head
  • 2,877
  • 13
  • 61
  • 83
0
votes
1 answer

what is the effect of this error on my program? “EXC_BAD_ACCESS”. sharedlibrary

I am writing a program using MAC OSX 10.6.6 and xcode 3.2 I have this Error: Program received signal: “EXC_BAD_ACCESS”. sharedlibrary apply-load-rules all but my code runs and works well, should i be worry about this message?
user1095058
  • 75
  • 1
  • 10
0
votes
4 answers

How to upload images through array on server?

In my application i have to upload mutiple images to server using php. i am making an NSMutableArray *arrImages which hold's my images which are selected from gallery. suppose if i select two images and try to upload.....i am able to upload only one…
0
votes
1 answer

No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv6 armv7)

I have an Xcode 3.2.5 project with two targets. The first is a vanilla iOS target. The second is targeted to the Mac. Here is the project description: 92936A04148FEE15001C4EC6 /* Debug */ = { isa = XCBuildConfiguration; …
Hot Licks
  • 47,103
  • 17
  • 93
  • 151
0
votes
1 answer

Debugging SFML Project in Xcode - Install to Blame?

I followed the instructions to set up SFML here. When I check my /Library/Frameworks folder, all the SFML stuff seems to be there. However, when I check out a project my group is working on using SFML, and when I build, I get a ton of errors. These…
Daniel Kats
  • 5,141
  • 15
  • 65
  • 102
0
votes
1 answer

Print controller does not appear

I am working on an application for iPad. I am using Xcode 3.2.6. Earlier I had ios 4.2 in my iPad. Now I have upgraded it to 5.0. I have implemented print functionality in my app. When I was using ios 4.2 the print functionality was working fine in…
Prateek Chaubey
  • 653
  • 2
  • 10
  • 24
0
votes
1 answer

UItableView with UItextfield and animation?

after a lot of trial and error, I'm giving up and asking the question. I've seen a lot of people with similar problems but can't get all the answers to work right. I have a UITableView in which i have 35 textfiled one below the other. When I try to…
0
votes
3 answers

Xcode 3.2 crashes when opening/creating a project

Xcode 3.2 crashes when opening/creating a project. Log really explains the rest (OS version etc.) LOG: Process: Xcode [7718] Path: /Xcode3.2/*/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.Xcode Version: 3.2…
Bo A
  • 3,144
  • 2
  • 33
  • 49
0
votes
2 answers

How to move UITextfield up and down?

I am having a login screen where I want to move the textfield up whenever the user touch esthe textfiled to enter data and to move the textfield down along with the keypad when user touches anywhere on the screen. I am able to move the textfield up…
Nilesh
  • 71
  • 2
  • 3
  • 9
0
votes
3 answers

Why I am getting such a huge memory leak in given nested for loop? this loop reads data from xml

Following is my code block: NSArray *innerArrayOfItems = [dictionaryOfItems objectForKey:kXMLNodeChildArray]; NSString *key = [[NSString alloc] init]; NSString *value = [[NSString alloc] init]; for (NSDictionary…
Imran Rizvi
  • 7,331
  • 11
  • 57
  • 101
0
votes
2 answers

How to install Xcode 4.0 and iOS SDK 5.0 with Xcode 3.2.6 already installed

I am trying to install Xcode 4 on my mac which already has Xcode 3.2.6 installed. I searched for this and I found that I need to change the location for the directory to install Xcode, however in my case my machine has only one hard drive…
user968597
  • 1,164
  • 2
  • 15
  • 30
0
votes
1 answer

No provision ios device connected

I trying to test my iPhone app on real iPhone device having ios 5.0 restored recently. Now when i connect iPhone to mac in xcode's organizer it is showing orange dot in front of device. Let me tell you that i m using xcode 3.2.6 with ios sdk 4.3…
user968597
  • 1,164
  • 2
  • 15
  • 30
0
votes
2 answers

NSTimer Syntax in Xcode 3

I'm using an old 12" Powerbook for the brains of a mobile robot platform and I'm having trouble getting the NSTimer to compile in XCode 3.2.3. Creating a standard tool in C, Using: [NSTimer…
Maxhirez
  • 99
  • 7