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

how to add new font to Xcode 3.2?

please tell me how to add new font to iphone xcode3.2.
priyanka
  • 2,076
  • 1
  • 16
  • 20
3
votes
1 answer

Upgrade to Universal iPhone/iPad application not quite working

I've been playing around with upgrading from an iPhone app to a Universal application, using the handy Upgrade Current Target for iPad... menu option. Everything appears to succeed (although it's really hard to tell, Xcode just whispers success). So…
ageektrapped
  • 14,482
  • 7
  • 57
  • 72
3
votes
2 answers

Is it possible to use iPhone Simulator 3.1 from XCode 3.2.3?

Because the Simulator 3.2 and 4.0 in the SDK 4 do NOT actually work for iPhone simulation (which always comes out iPad and not responding at all), I ended up with 2 SDK installations, using SDK 3.1.3/Simulator 3.1 for simulation, and SDK 4 for…
lionfly
  • 479
  • 7
  • 21
3
votes
2 answers

mgtwitterengine and oauth 401 error: Boggled

OK... so here is my code: twitterEngine = [[MGTwitterEngine alloc] initWithDelegate:self]; [twitterEngine setConsumerKey:CONSUMER_KEY secret:CONSUMER_SECRET]; accessToken = [twitterEngine…
Jason Reeves
  • 1,716
  • 1
  • 10
  • 13
3
votes
1 answer

ipa failed to install in itunes 11

I have tried this so far but still no luck my app is not installing onto some devices. Here are the steps. Added UDID of 3 devices (2 X iPhone 5, iPad 4). Modified Development Provisioning Profile (Using * APP ID). Deleted Old Provisioning Profiles…
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
3
votes
1 answer

How can I support the larger iPhone 5 screen with an older version of Xcode?

I have developed an iOS app using Xcode 3.2 and I would like to release a new version of the app that supports the larger iPhone 5 screen. I have tried the following in the Application Delegate: [window setFrame:[[UIScreen mainScreen]…
sri
  • 227
  • 2
  • 12
3
votes
1 answer

What is an instance of an NSObject

I am a newbie, and I am wondering what an instance of NSObject is. I am working on Xcode 3.2 and want to know what the instance is. I've heard this term often and am confused by it.
user1371086
2
votes
2 answers

Program received signal: "0". No prior sign of trouble

Running a long-running sound processing app on tethered (to Xcode 3) iPod Touch. Twice now, after 1 hour 40 minutes the first time and 2 hours 20 minutes the second, the app has ended with signal 0. There are multiple discussions of signal 0 here…
Hot Licks
  • 47,103
  • 17
  • 93
  • 151
2
votes
5 answers

SQLite using FMDB: Insert record not working/ no such table

Please help me identify the problem. The insert statement doesn't work, it gives me a error message that "No Such Table..." when I checked the sqlite db saved in /Users/jppangilinan/Library/Application Support/iPhone…
user994991
  • 47
  • 2
  • 8
2
votes
1 answer

Stuck with "Command /usr/bin/codesign failed with exit code 1 " Error

I am getting the following error in all my the projects after I installed xcode 4.2 in parallel with xcode 3.2.5 I get the error when I create an adhoc bundle for the Tester. How can I resolve this? I have gone through following blogs but…
NIKHIL
  • 2,719
  • 1
  • 26
  • 50
2
votes
0 answers

How to add a UISplitViewController to a window-based app

If I create a new project in Xcode 3 - a "Universal" window based project, I can't seem to instantiate the UISplitViewController outlet I am adding to the iPad's XIB. Starting with a brand new "window-based" project, I select "Universal" from the…
Luther Baker
  • 7,236
  • 13
  • 46
  • 64
2
votes
2 answers

How to run and use Xcode 3 and Xcode 4 under OS X 10.7 Lion?

I am looking for a full guide on how to trick Xcode3 to run under Lion. I am aware that Apple does not support this, but this doesn't meant it's impossible, it's just not supported.
bogdan
  • 9,056
  • 10
  • 37
  • 42
2
votes
1 answer

Does @rpath work for looking up .dylibs that are loaded/called from another .dylib?

I just found about the @rpath to load .dylib files using dlopen, and need some help understanding them. I am using Xcode 3.2.5 on a OSX machine. I have several .dylib's that call other .dylib's, and which also call each other. The @rpath seems to…
Michael Wildermuth
  • 5,762
  • 3
  • 29
  • 48
2
votes
0 answers

.app.dsym file gets deleted when I build my project

I am building my first iPhone app. I am using XCode 3.2.6. Everything was ticking along fine when all of a sudden, I get this strange build error. The message is shown below: GenerateDSYMFile build/Debug-iphonesimulator/buddy.app.dSYM…
Steve
  • 111
  • 2
  • 7
2
votes
2 answers

PhoneGap Framework works fine XCode3.2.3 however not working in 4.0

Plz help, I am trying to use 'PhoneGap Framework' for creating webapps for Iphone. I have installed this framework in XCode 3.2 and it simply works fine. But I try same thing in XCode 4.0 it doesn't and I need to complete the same task in XCode…