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

MonoTouch change Tab oder or detect Tab to manually goto next field

Can anyone tell me how I can change the tab order of my objects in monotouch / xCode 3? Everything I find for interface builder appears to be OS-X specific, not iOS. If not, is there a way to detect the tab key being pressed so I can handle this…
Anthony Greco
  • 2,885
  • 4
  • 27
  • 39
0
votes
1 answer

How to copy xcode app to iphone device using ssh without IDP

Without iPhone Developer Program, can we push the App to Iphone Device, bypassing code signing and provisoning the device. I need this as part of testing my test app. I do have a Jailbroken Iphone 3.1.3, Xcode 3.2.5, SDK 4.1 Pls help out.
chetan
  • 633
  • 1
  • 10
  • 26
0
votes
1 answer

Adding a custom object to NIB in XCode 4.1 is way too much complicated compared to 3.2

In XCode 3.2, IB has a Classes tab in the Library to let you add your own class to nib file. But in XCode 4.1 that tab is disappeared. There is an item called "Custom Objects" in object library but I never figure out how to use it. So in XCode 4.1…
Qiulang
  • 10,295
  • 11
  • 80
  • 129
0
votes
2 answers

i want to view something in the internet, how can i do it?

i want to view something in the internet, how can i do it? Thanks
MariaEmp
  • 5
  • 5
0
votes
1 answer

I Need To Stop OR Cancel UILocalNotification

I need to cancel UILocalNotification by Function but if i use [[UIApplication sharedApplication] cancelAllLocalNotifications]; i get to the app again but the app stuck , it's timer UILocalNotification *local = [[UILocalNotification alloc] init]; …
jon
  • 1
0
votes
3 answers

XCode 4 causing iOS4 app top crash, where XCode 3 didn't

Working on an iPhone app for my company. Recently upgraded to XCode 4 (But kept an installation of XCode 3 in a separate folder). The application, if compiled and run under XCode 3, runs stable and doesn't crash. If compiled and run under XCode 4,…
Jordaan Mylonas
  • 1,261
  • 1
  • 11
  • 24
0
votes
2 answers

UIWindow doesnt allow me to see my UIToolBar

I am in a situation where I'm customizing a existing project. When trying to create a UIToolBar in Interface Builder it appears. Once I press Run and Build and the app runs, There is just a blank screen. Any ideas on how I can get the UIToolbar to…
r31s
  • 1
0
votes
2 answers

fit to zoom in maps on iphone

I am currently working on google maps.Using the GPS, I obtain the user's lat long information and hit a web service to obtain the nearest 5 stores available. I am able to plot the pins for it but the problem is how to fit the 5 pins to a maximum…
user496806
  • 13
  • 3
0
votes
1 answer

Xcode 3.2 breakpoints error message

I'm writing a C++ program in Xcode 3.2 for CS106B and I've started getting this error message output to the console window: Wed Aug 3 15:46:44 cljs-macbook-pro-17.local StanfordCS106BAssignment2[3543] : kCGErrorIllegalArgument:…
Slayer0248
  • 1,231
  • 3
  • 15
  • 26
0
votes
4 answers

Can't figure out memory leak testing with simulator and in general

EDIT: guys, my question was about using the Instruments to see leaks, and the code as an example and side question, but you answered the side question and not the main problem.... Thank you for the answers, but I really need to find out how to work…
Erez
  • 1,933
  • 5
  • 29
  • 56
0
votes
1 answer

How to change image displayed on image browser?

I want to build an application that when the folder is drag and drop to my app, it will retain path and show custom image. so here is the screen shot of my app. So as you can see in the screen shot, when i drag and drop folder on my app it will…
0
votes
1 answer

How to get iPhone method called periodically when app in background, using NSTimer when in foreground

I am using [NSTimer scheduledTimerWithTimeInterval ...] which works fine when my application is in the foreground, but when I have it in the background it doesn't appear to be working. What is supposed to happen is that the application calls to a…
James Black
  • 41,583
  • 10
  • 86
  • 166
0
votes
2 answers

What's the latest version of Xcode that comes with iPhone SDK 3.2?

Reviewing the iOS Developer Downloads & ADC Program Assets, I think it's Xcode 3.2.4, but I'm not sure.
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
0
votes
1 answer

EPGLTransitionView

Most of you should know the the cool EPGLTransitionView for flip paging store in the github repository: https://github.com/epatel/EPGLTransitionView It is done in opengl but it only works in one landscape direction. Anyone knows or can give me a…
raien
  • 65
  • 2
  • 9
0
votes
2 answers

is it still possible to submit apps using xcode 3?

I really want to develop apps but i cant afford a new computer (I have a g4). Is it still possible to do this on xcode 3? or do you need xcode 4?