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

UIPickerview in iphone

How to reduce the size of UIPickerview in a subView? I am reducing the CGRectMake(120, 20, 60,25). But it appears in the normal size. What i do now? Some One help me. Thanks in Advance.
0
votes
1 answer

UIPickerview in iphone

How to place UIPickerView programmatically in a subView with out using Interface Builder?
0
votes
1 answer

UIPickerview in iphone

I am new to iphone. I am working on first application in iphone. I have a view, which contains an UIButton. when I clicked on this button, It will display UIPickerview. How can i do this? Can any one please tell me with proper example or sample code…
0
votes
1 answer

How to add variable to array in Objective-C?

I have the code [usrs addObject:usrString] I am trying to make it so that the program adds whatever the string usrString is to the array every time that you press a button, and that the string is different every time. However, whenever I run…
user457303
  • 157
  • 1
  • 3
  • 9
0
votes
1 answer

Scrolling UITableView crashes only in iOS 4.2

I recently upgraded to xCode 3.2.5 and iOS 4.2 . After this, the app crashes while scrolling the table which has text fields. resignFirstResponder throws "EXEC_BAD_ACCESS" and crashes the app. The same code works perfect with earlier versions of…
sam22
  • 59
  • 1
  • 7
0
votes
1 answer

How to submit an archived app to App Store manually

XCode 3.2.5 is giving me grief. Nothing is wrong either in the app in App Store or in the App. "Validate..." succeeds, "Submit..." has no complaints. But after 10 seconds or so I get "an error occurred uploading to the itunes store". I've uploaded…
Henrik Erlandsson
  • 3,797
  • 5
  • 43
  • 63
0
votes
1 answer

iOS App Crashing on iOS 4.2 but not 4.0, simulator not showing logs

Using XCode 3.2.5 I can run my application on iOS Simulator using the 4.2 SDK. However, it crashes on the following function, more specifically, the presentModalViewController call: - (void)login { //check to see if they logged in correctly…
Josh Holat
  • 51
  • 1
  • 3
0
votes
1 answer

Xcode Error When Building

Whenever I compile something in Xcode, I get 3 errors. One is under "Checking dependencies" and says "Unable to create directory /var/folders/zZ/string of letters/more directories/more letters." What is wrong with Xcode/my computer? I switched to…
Preston
  • 1,039
  • 3
  • 12
  • 22
0
votes
1 answer

iAd runs well on simulator but not on device

When I run my application I can see my iAd in the simulator, that is pre-filled with "Test Advertisement" However, when I run the application on my device, the iAd area is blank, with no pre-filled ad. Why is this?
0
votes
1 answer

NSMutableArray Element lost when displaying in NSTableView is called

I was trying to display the contents of an array into a table view. The table view has single column. My class is RKCandidate which is a subclass of NSWindowController. RKCandidate is also the Owner of the 'nib' file In IB I have selected the File's…
Raiyan Kabir
  • 1,016
  • 2
  • 11
  • 23
0
votes
1 answer

on xcode 3.2.4, are frameworks locked?

I just update xcode to 3.2.4 and I notice that all my frameworks has like I lock in it. Is it suppose to be like this? If not, how do I unlock them? Here is a screen capture. One image is better than a thousand words.
Ole Media
  • 1,652
  • 9
  • 25
  • 36
0
votes
2 answers

UIInterfaceOrientation Problemer

UIViewController A , B. A implements Horizontal screen , A turn to B. how do what? cancel Horizontal screen for B. B code : - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for…
raien
  • 65
  • 2
  • 9
0
votes
1 answer

XCode 3.2.3 running on iOS3 - Wired framework

I looked around on Stack Overflow and I didn't find the solution of a strange problem. I started developing a project on XCode 3.1 then I decided to upgrade on XCode 3.2.4 and targeting iOS3 iPhones. I then followed the topics dealing with that and…
mat5454
  • 35
  • 3
0
votes
1 answer

Localising xib's (iPhone) workflow

I have figured out how to loclize, but it seems yo end up with a lot of paralell xib's. Is there a good way to manage changes in xib's that as been localized, or do I have to be very strict about not localizing before the xib's are fixed?
Olav
  • 1,758
  • 4
  • 27
  • 49
0
votes
2 answers

Problems to build app for 10.5 with xcode 3.2.3

I was trying to compile my project under xcode 3.2.3 to make it run on OS X 10.5 I've set the SDKROOT to macosx10.5 and Deployment Target to 10.5, but it still shows to use SDK 10.6 during compiling. And it changed the minimumversion to 10.6 in…
iwcoder
  • 144
  • 6