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
3 answers

Xcode breakpoints shifted at runtime

I have been searching for an hour or so here and on Google and cant find the answer as to how correct breakpoints being shifted during run. I have reinstalled Xcode(3.2.2), insured load lazily is off, no optimization in target settings, and every…
tgunr
  • 1,540
  • 17
  • 31
0
votes
1 answer

Xcode 3.2.1 crashes on startup on OS X 10.6.2

I have uninstalled it via the devtools uninstall command and reinstalled 3 times to no avail. This all started when I downloaded iphone_sdk_3.1.3_with_xcode_3.2.1__snow_leopard__10m2003a.dmg from the DEV portal and installed. I've trashed my…
Smixx
  • 345
  • 1
  • 9
0
votes
3 answers

How do I turn on Research Assistant in XCODE Version 3.2.1?

Seems like a mystery to me. I've read the referenced Q&A on this, but it still doesn't work. A bug? A Preference setting? .
user274039
0
votes
1 answer

Xcode 3.2.2 refusing to open any project folders?

I'm developing on a number of different machines and haven't used my laptop for a while. Today I tried to use for the first time after a couple of months only to find that Xcode steadfastedly refuses to open any .xcodeproj projects!? I ended up…
Frank R.
  • 2,328
  • 1
  • 24
  • 44
0
votes
1 answer

Connecting with the UITextView UIBoutlet xcode 3.2

I'm trying to connect my IBOutlet UITextView but it can not connect via the Interface Builder, algumém been through this problem? and how do I make this connection with my IBOultlet?. My IBOutlet is declared like this: the file. ago IBOutlet…
user2350939
  • 379
  • 1
  • 3
  • 10
0
votes
1 answer

Not able open open applications in iPhone SDK 3.2

Hi guys i have downloaded iPhone SDK 3.2 and installed it successfully, after that i shutdown the system and restart it. When i am opening previous applications or try to create new application i am getting "Not Responding". What may be the problem…
kiri
  • 1,977
  • 5
  • 27
  • 55
0
votes
1 answer

Fill in a box on page within WebView from XCode

I am looking at doing an app which contains a webview that points to a website that requires a login. I know how to do the webview, etc., but is there a way that I can automatically fill in the usernanme and password through XCode? I am looking…
Rupert
  • 85
  • 2
  • 5
0
votes
1 answer

How can I search for a C++ symbol in xcode 3?

I'm a Visual Studio user, trying to start working with xcode. In visual studio to find a symbol, you can use the VisualAssist's "Find Symbol" (Shift+Alt+S). Is there a way achieve a similar result in xcode?
ShlomiK
  • 73
  • 1
  • 9
0
votes
2 answers

Insert UImageVIew into UITextField

How can I add an image to a textfield? I saw it in a few apps, but can't get around it. Also based on the location of the curser, the imageView will be initialized (add image to next line). Thanks.
bakus
  • 1
0
votes
0 answers

Different version of Xcode

I have a question, I created an IOS app on Xcode 4.2 on virtual machine it was running and everything is OK i tried run it on Xcode 3.2.6 on Mac it shows errors about 422 and GLKit framework and libc++ dylib are not loaded i can't understand the…
0
votes
3 answers

how do i change the size of UIImageView according to my animationImages as they are bigger than initial UIImage

This is my code, i'm trying to drag and drop a card which will animate on touchesBegan, but the animationImages are larger than the initial card image before touches begin. How can i change the UIImageView to accomdate the animateImages…
zerlphr
  • 177
  • 4
  • 13
0
votes
1 answer

Padlock icon with iPhone frameworks in Xcode

I'm getting a lot of linker errors (and missing architectures in i386), and I've noticed that my frameworks have got little white padlock items next to them... what does this mean? How can i solve the missing architecture error for UIKit and…
joec
  • 3,533
  • 10
  • 60
  • 89
0
votes
2 answers

Homebrew does not think XCode is installed with old XCode and current Homebrew

I am trying to install node.js but am still running OSX 10.6.8, and thus am stuck with XCode 3 (using 3.2). My first issue, is that I cannot get homebrew to recognize XCode 3.2. When I run brew -v doctor I get the following output (after fixing a…
mattmattmatt
  • 965
  • 3
  • 15
  • 29
0
votes
1 answer

iOS Tutorials for Xcode 3.2.6

Just trying to learn how to do iOS as best I can with my current computer (MacBook 2,1; OS X 10.6.8). I've done all the "How to Make and iPhone App" tutorials from http://mobileorchard.com/author /oscar/ but I'm looking for more! If anyone has any…
gonzofish
  • 1,417
  • 12
  • 19
0
votes
1 answer

cannot use Debug with old Xcode 3.1

I have a mac os x application, which was developed in Xcode 3.1.1, now I need to re-develop it. Of course, I cannot build it in the newest Xcode 4.5, and it's hard for me to change the settings to make it work in Xcode 4.5. So I downloaded the Xcode…
droughtrain
  • 257
  • 1
  • 4
  • 18