The June 2009 release of Xcode, Apple's integrated development environment (IDE) for its Mac OS X and iOS platforms.

learn more… | top users | synonyms

3
votes
1answer
2k views

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 ...
3
votes
1answer
773 views

Xcode Organizer: Can't Remove Device

Using Xcode 3.2.5. I recently connected a coworkers iPhone to my mac to try to install a test build for him to test. After that, I cannot remove his device from my Xcode Organizer. Removing the device ...
2
votes
1answer
148 views

How do I control the “open quickly” search path in XCode3 (3.2.3)?

XCode2 had this beautiful feature: you put the cursor on a line with a #include <file> and execute the open-quickly command (command-shift-D) and it would open the file. I can't get it to work ...
1
vote
1answer
368 views

can't find AppDelegate icon in MainWindow.xib in Xcode 4.2

I've created project using empty template in xcode 4.2 but i couldn't find App delegate icon in MainWindow.xib and so i'm not able to connect it to root view controller icon. When i tried to open the ...
1
vote
1answer
1k views

Configure Network Proxy Settings in Xcode for SVN Connection

I tried to configure the SVN repository in my Xcode 3 and Xcode 4 but in both versions i am getting the error that "Options are missing:" and at the same time i tried to checkout the code from my svn ...
1
vote
1answer
451 views

Launching an app in debugger mode on iOS

I have to debug an application on iOS. This application has to be built using build scripts and not XCode. So I cannot use the "build and debug" option. The problem I wish to investigate happens right ...
1
vote
1answer
460 views

Xcode stops at breakpoints and seems to hang

I am trying to debug a small prototype for an iPhone App (iOS Simulator 4.1), compiled as Debug, with all the configuration apparently ok. The application makes use of Cocos2d graphic engine and ...
1
vote
1answer
285 views

MKMapView broken in 3.2.3 / OS4 - Can't set region

In the last version of Xcode, set region worked fine, now in 3.2.3 it doesn't snap to your specified region? After View did load... [mapView setMapType:MKMapTypeHybrid]; [mapView ...
0
votes
1answer
24 views

Jump into #include file in XCode 3 C++ project

If my code does either: #include "file.h" #include <file.h> How can I jump into those files? I'm aware of "find quickly" and the "popup of included files" dropdown '#' menu, but these both ...
0
votes
1answer
157 views

UIIMage view rotating by less than 90degrees

I have some code which supposedly should rotate the image by 45 degrees but in practice does not work it just flashes up about 10 times the size and disappears. And when the same code is run but ...
0
votes
1answer
2k views

Beginner level Tutorial for Xcode 3.2 and iOS SDK

Can someone let me know a good tutorial for starting iPhone App development using Xcode 3.2 and iOS SDK? Tutorial on Apple's Developer Website is about Xcode 4 but I am using Xcode 3.2 . Thanks.
0
votes
1answer
392 views

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 ...
0
votes
1answer
70 views

Debugging SFML Project in Xcode - Install to Blame?

I followed the instructions to set up SFML here. When I check my /Library/Frameworks folder, all the SFML stuff seems to be there. However, when I check out a project my group is working on using ...
0
votes
1answer
254 views

No provision ios device connected

I trying to test my iPhone app on real iPhone device having ios 5.0 restored recently. Now when i connect iPhone to mac in xcode's organizer it is showing orange dot in front of device. Let me tell ...
0
votes
1answer
516 views

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 ...
2
votes
0answers
280 views

<myapp>.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 ...
1
vote
0answers
115 views

How to solve “CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 4.3'” without certificate?

A few days ago, I reinstalled xcode because I had some problems with SDKs, just now when I hit "Build and Run" tells "CodeSign error: code signing is required for product type 'Application' in SDK ...
1
vote
0answers
75 views

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 ...
1
vote
0answers
145 views

iOS 4.3 SDK does not show up in Xcode 3.2

I am currently trying to learn iPhone development. The books out there right now are written for xCode 3.2. I have downloaded and installed xCode 3.2 and the iOS 4.3 SDK from Apple's website. Even ...
1
vote
0answers
493 views

UIPickerview controller not able to pick image and use in xcode4.2 but works well on xcode 3.2

i have a UIImagePickerController this code below runs fine on XCODE 3.2 but app hangs wen complied from XCODE 4.2 Also but sometimes it runs on some other machines once . Can anyone tell me d ...
1
vote
0answers
304 views

How to use dylib library in exe project in Mac using XCode?

I am very new to Xcode and Mac. I have created 2 projects in Xcode. Both are C++. Creating a library (Standard Dynamic Library). Using that library in other exe (Command Line Tool). By using ...
1
vote
0answers
237 views

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 ...
1
vote
0answers
162 views

Action and outlet unavailable

my newGame button wasnt working (it was not changing viewcontrollers" and i saw that there were some interface builder warnings I connected an action to a button (newGame:) and files owner to the ...
1
vote
0answers
781 views

Base SDK of Xcode 3.2.2 does not include iOS, where'd it go?

So as of this writing, the newest version of Xcode is 3.2.5 (though the GM seed of Xcode 4 was just released, still not ready to make that jump). I know Apple graciously decided to stop allowing ...
1
vote
0answers
1k views

How to set backgroundColor for UIsearchBar with UIColor?

I want to custome uisearchbar style? please help me! thanks!
1
vote
0answers
240 views

Xcode is displaying the results of Backspace/Delete incorrectly, does anyone know how to get it working again?

The Backspace key in Xcode appears horribly broken, but in reality just seems to be causing a horrible display issue. The first time I hit backspace the display adds an extra line of code under the ...
1
vote
0answers
284 views

Developing Monotouch and XCode in parallel - how to set it up

Would it make sense to develop an app in Monotouch and With XCOde in parallel or with Monotouch as a prototype. (I would be learning both while developing). Since both use the same ...
1
vote
0answers
166 views

Xcode 3.2.3 DocSets how to make it works properly

I just installed xcode 3.2.3 the latest build IOS 4.0.1 then I manually download the documentation .xar files then extracted them n move them into the docsets folder but it seems nothing is working in ...
1
vote
0answers
491 views

iPhone xcode debugger - can't see variable values

before I upgraded to latest iphone sdk I was able to mouse over variables in the debugger and see their values. Nothing happens now when I mouse over the var. I've tried using "po" statements in the ...
1
vote
0answers
313 views

MPMoviePlayer in Simulator

I upgraded my Xcode to 3.2.2 and SDK from 3.1.2 to 3.2. Now when I try to start a video in MPMoviePlayer from an URL it shows the first frame, but never starts playing, even with the "MoviePlayer ...
0
votes
0answers
42 views

How to run xcode 3.2 app in iphone 5 devices

i am new in objective c, when i want deploy on xcode 3.2 application in xcode 4.5 (iphone 5)retina4 i am getting some space top and bottom .Our normal application is working fine on iPhone5 leaving a ...
0
votes
0answers
18 views

View Header/Source By Selecting In Tree X-Code 3

I have split my view to show two files simultaneously in X-Code 3. Is there a way to automatically have this configured to show the header/source file for all files I select in the tree in both ...
0
votes
0answers
151 views

XCode 3.2.5 doesn't show up on MacOSX 10.7.4 after installation

I did change date&time settings to 1/1/2011 to fake certificate. I did terminate itunesHelper on ActivityMonitor when i got iTunes-should-be-closed error. Finally i got "installation finished up ...
0
votes
0answers
74 views

How to test bluetooth applications on xcode?

I am trying to build a P2P Application using Bluetooth to send the data between device. But I have no way at the current point in time to test it which makes the development stage rather hard. On ...
0
votes
0answers
160 views

Difference between creating an Xcarchive file in xcode 3.2 and xcode 4.2

My client asked me to send an unsigned xcarchive file so that they can create an ipa using their own profile. When I tested my application on ipad using my profile, it ran smoothly without any bug or ...
0
votes
0answers
95 views

build a specific target in xcode 3

I want to bind a keyboard shortcut to build a specific Xcode 3 target which is not the default. I've currently got an ugly solution calling xcodebuild with a user shell script, bound to a shortcut. ...
0
votes
0answers
47 views

XCode - compile errors remain highlighted after fixed

Running XCode 3.2.6 the first time I compile a file, it adds pretty error annotations inline in the code (similar to eclipse). When I make changes to fix errors and recompile, the annotations remain, ...
0
votes
0answers
91 views

Add .xcodeproj file to SVN

I have a pre-existing SVN repo for my code project and now I'm porting it to Mac, I want to add XCode project files too. I've configured the SCM in Xcode and created my XCode project in the checked ...
0
votes
0answers
64 views

XCode Project Settings not working

According to this question, Xcode project settings apply to all targets and target-specific settings add/override these. I have a single target with a header search path setting. When I cut-pasted ...
0
votes
0answers
86 views

Declared action apparently becomes undeclared

I got an error which tells my action method is undeclared - but I mentioned the Action in my header file. Code -(IBAction)doSomething:(id)sender { UIActionSheet *actionSheet = [[UIActionSheet ...
0
votes
0answers
114 views

how to resolve the issue: "'AtoZHomePage' may not respond to 'initWithNibName:bundle:'

I saw a similar post for initWithFrame method but couldn't figure out whats wrong with my code. Please help me out on this one. Here is my code: - (NSArray *)segmentViewControllers { ...
0
votes
0answers
441 views

How to upload mutiple images on server in iphone?

In my application user should be able to upload mutiple images on server (upto 8 images at a time)? I am able to upload one image at a time but i am not able to upload mutiple images at a time? please ...
0
votes
0answers
202 views

how to convert xcode project from xcode3 to xcode4 with command line

as title, I have xcode3 project, and want to convert it to xcode 4 project with command line, any idea?
0
votes
0answers
110 views

How can I display photo as binary from database in photo gallery like iPhone's photo?

I came across this tutorial: Making a Video (and Photo) Thumbnail Gallery using Three20 Framework In my database I save photos as binary and I want to display it as photo gallery - exactly like the ...
0
votes
0answers
451 views

Problems migrating from xcode 3.2.6 to xcode 4.0.2

I have a project which successfully works under xcode 3.2.6 with sdk4.3. It contains tons of custom controls and animations. But the client wants me to use xcode 4.0.2. So I have downloaded it (xcode ...
0
votes
0answers
575 views

XCode- Button Not Changing View Controller

my button when i press it it is not doing its action (newGame) that i wrote and connected to it. it could be because i put touch up inside which maybe not work on the ios simulator. i dunno. here is ...
0
votes
0answers
254 views

Why This Error I am Getting?

warning: Unable to read symbols for "/Library/MobileSubstrate/MobileSubstrate.dylib" (file not found). warning: Unable to read symbols for ...
0
votes
0answers
288 views

No .NIB files in Xcode 3.2.6

I can't find a .NIB file when opening a new project in xcode 3.2.6. Why is that ?
0
votes
0answers
144 views

Move to superView in iphone

I am new to iphone. I have a subView,which contain cancel UIButton. My issue is ,I can return to superView. I used [subView removeFromSuperView]. But it's not move to superview. Instead of this,what ...
0
votes
0answers
160 views

Testing app with iOS 3.1.3 and xCode 3.2.3

I'm testing an app for iphone and iPad with xCode 3.2.3! like written in "xcode 3.2.3 readme" I'm using this configurations: Base SDK is set to iPhone SDK 4.0, iPhone OS Deployment Target is set to ...

1 2