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
1
vote
1 answer

after upgrading to xcode 3.2, can I still build projects into 3.1 simulator?

I upgraded to xcode 3.2 and now the build options from the drop down menu on the upper left of the main window in xcode are limited to only 3.2 versions of the sdk, however if I open a project up that was built in the previous version those options…
nickthedude
  • 4,925
  • 10
  • 36
  • 51
1
vote
1 answer

How do I include Scintilla in an XCode 3.2.5 project?

I downloaded Scintilla, built and ran ScintillaTest. That worked (almost) fine. Now, I want to include Scintilla in a new project, but can't seem to figure out how to. I tried ctrl-clicking my target and selecting Add Existing Framework..., then Add…
11684
  • 7,356
  • 12
  • 48
  • 71
1
vote
1 answer

JOIN not working in sqlite query compile

I'm writing a simple navigation view iphone program using sqlite for learning purposes. I previously had a single table in the database, but have now updated it to two and my INNER JOIN statement crashes out. The SQL statement seems to work just…
AaronB
  • 13
  • 3
1
vote
1 answer

XCode 3.2 supports iPhone 5?

My app was developed using Xcode 3.2 and now it's required to support iPhone 5 , actually it runs on iPhone 5 but the display is clipped showing some black space at the buttom and top, The issue now is I want to support iPhone 5 full Screen in my…
1
vote
2 answers

Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK

I've just enrolled in the iOS dev program. I've an iPad2 running iOs 5.1.1 and am developing in XCode3.2.6. I've gone through the steps to get a provisioning profile and use my iPad for development but it's not working... in XCode I see an iOS code…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
1
vote
2 answers

"Extra ';' " compile error in Xcode C++ project

I've got a C++ Xcode 3 project generated from CMake scripts. It uses some open-source headers which have always worked before but in this project I get a compile error Extra ';' when trailing brackets have an uneccessary…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
1
vote
3 answers

Why dot in front of my device is orange in organizer of xcode?

I am using Xcode 3.2.6. My mac OS X version is 10.6.8. I added my new iPhone 4S in device portal and installed provisioning profile. iOS 5.1.1 is installed on my phone. I got orange dot in front of my device in organizer and this message comes when…
Piscean
  • 3,069
  • 12
  • 47
  • 96
1
vote
2 answers

Adding navigation controller on a view controller subclass

How do you add a navigation controller on a newly created view controller? i've search everywhere but all the tutorials are from creating a navigation controller project. Anyone can lead mo to a tutorial that creates a navigation controller using a…
Rowie Po
  • 1,339
  • 4
  • 13
  • 17
1
vote
2 answers

How to run xcode project in xcode 3.1 developed in xcode 4.3?

I have installed Mac OS X Snow Leopard 10.6.2 on Windows 7 PC with the help of Virtual box. On that I have installed Xcode 3.1 as it was the compatible version of Xcode on Mac OS X 10.6.2. While running Xcode project in Xcode 3.1 developed in Xcode…
1
vote
1 answer

Trying to install Xcode 3.2.6 on a Lion machine but it won't install correctly (Not Date issue)

So I have some Objective-c code that was created in Xcode 3.1 on OSX 10.5.8, and it will no run in Xcode 4. I used this handy little guide http://hints.macworld.com/article.php?story=20110318050811544 on one of my 10.7.4 box and it worked…
Alioo
  • 417
  • 1
  • 4
  • 19
1
vote
0 answers

Can I launch Xcode 4 Application from Xcode3.2

Consider an Application developed on Xcode 4.3 in lion and have lion's apis in that application. I have another application which is running on Xcode 3.2 in snow leopard.Can I launch the Xcode 4 application from Xcode 3.2 from the Snow Leopard.I…
Akbar
  • 1,509
  • 1
  • 16
  • 32
1
vote
1 answer

Where do XCode 3 User Project Templates live?

I've installed a set of project templates for XCode 3.2.6. Where on disk can I find the templates and are they simple scripts I can edit? For instance I want to change the name of the template displayed in the "new project" window; also I was asked…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
0
votes
1 answer

error in installing Xcode 3.2 on Snow Leopard

I have downloaded Xcode 3.2 with iOS SDK (4.1 GB) two times from Apple Developer's Website. When I try to install Xcode, it gives an error stating that "an unexpected error occurred. Please contact the manufacturer of software". It also gives error…
Hasauyn
  • 21
  • 2
  • 4
0
votes
2 answers

universal xcode 3.2.6 Landscape mode by default

How can i create universal apps using xcode 3.2.6 in Landscape mode bydefault?I need seprate .xib files for each view,Is i have to use this code - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {//…
9to5ios
  • 5,319
  • 2
  • 37
  • 65
0
votes
1 answer

Create distributable app version for IOS using Xcode 3.2

I developed an app and tested in iPhone and iPad simulators. In the project there's .app file in debug-iphonesimulator folder. Doesn't look like "release" file for me, because of the folder's name. All I want to do now is create the app file which…
User
  • 31,811
  • 40
  • 131
  • 232