The June 2009 release of Xcode, Apple's integrated development environment (IDE) for its Mac OS X and iOS platforms.
2
votes
1answer
818 views
How to compile a C++ program in Xcode 3.2.3?
I want to know how I can compile a C++ program with Xcode 3.2.3? In the previous version of Xcode, there was a C++ tool available for command line utility. However, after I upgraded to the latest ...
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 ...
2
votes
1answer
261 views
Compatibility issues with package developed on OS X10.6.4 on older OS X
I am using Os X 10.6.4 and X code Version 3.2.3 for developing some simple app files and using PackageMaker to distribute these app files. But when trying to run the package on some other mac I am ...
0
votes
1answer
209 views
Static library compile problems using Xcode 3.2.3
I'm trying to develop a new static library using Xcode 3.2.3.
Xcode is giving strange error messages show below in my G.h file.
What is the cause of these errors?
Charles
#import ...
0
votes
2answers
114 views
How do I set a Base SDK of 3.1 in XCode 3.2.3?
I upgraded to XCode 3.2.3 recently, and now, I see i can't set a base SDK to a previous version. How do I build to allow my app to run on 3.1.3 now?
I am in a serious bind, because I committed to ...
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 ...
0
votes
1answer
431 views
PopViewController not popping view
My top level view immediately Pushes my SplashView in it's ViewWillAppear method. In some conditions, the SplashView pushes an additional view, which is properly popped. When this occurs the Top ...
0
votes
2answers
214 views
NSObject is undefined (objective c)
This is more then likely a very simple question but I am completely stumped by it (and more then a little embarrassed by the situation). I have the following code in a command line utility in xCode:
...
0
votes
1answer
143 views
Upgrading Xcode and Interface Builder
If I already have XCode and IB installed on my system, if I download the newest version and install it, does it automatically upgrade me to the newest version, or do I have to uninstall the old ...
0
votes
1answer
162 views
Not able to take the screenshots in a viewcontroller view of xcode
I'm reading pdf's in a view and trying to capture screenshots of pdf pages. UIGraphicsGetImageFromCurrentImageContext() doesn't work. any solutions?
0
votes
1answer
235 views
How can I test an iPhone application on device without the key
How can I run my XCode SDK application on my iPad without key and without jailbreak?
(I found a description yesterday, but cant find it back).
This can be with the device connected to my development ...
0
votes
1answer
133 views
Replace resource png's directly on iPhone (iPad)
I have some png's that are now resources in XCode.
I would like to replace the with other png's on the device after deployment.
How do I do that, while still being able to work with them in XCode?
I ...
0
votes
2answers
1k views
XCode/iPhone SDK on PowerPC Mac with Pacifist
It is supposed to be possible to install XCode + SDK on a PowerPC.
How easy is this? Can it be done with the latest version (3.2.2).
If not, which versions?
(I think the latest XCode needs an OS ...
1
vote
3answers
3k views
NSDate dateFromString deprecated?
I'm trying to use the NSDate dateFromString method but I'm getting an warning and it's crashing the app. The code looks like:
NSString *pickerDate = [NSString stringWithFormat:@"%@", ...
4
votes
4answers
9k views
how to add new font to Xcode 3.2?
please tell me how to add new font to iphone xcode3.2.
thanks in advance.
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 ...
2
votes
1answer
290 views
Searching all .h and .m files in XCode
How can I search all .h and .m files in a project for a string?
0
votes
3answers
1k views
Build and Debug in Xcode
The icon in Xcode says "Build and Run". How do I change it to "Build and Debug"
I read that if you use "Build and Run" then it does extra work to optimize the code.
0
votes
2answers
199 views
Navigating autocomplete entries in XCode
Sometimes when I type certain words, XCode will offer to autocomplete with several options. If I press enter, it automatically puts the curser on the first option and selects it so when I start typing ...
1
vote
1answer
2k views
Base SDK Missing [duplicate]
Possible Duplicate:
Install xCode 3.2.3 w/ iPhone SDK 4, get “Base SDK missing”, can't see other SDKs
I just upgraded my xcode directly from the website i.e. I downloaded ...
3
votes
1answer
875 views
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 ...
0
votes
1answer
61 views
Upgrading Existing XCode iPhone Project to 3.2.3
I upgraded xcode to 3.2.3 and loaded an existing project I had created with a prior version of xcode. It seems to compile fine as I have set up the correct deployment target and base sdk. When I ...
0
votes
2answers
2k views
gcc-4.2 failed with exit code 1 in Xcode
I'm working with Xcode 3.2.3 and iOS 4.0.1 and I have downloaded an open source iPhone game to learn from but without editing anything I tried to run it in the simulator and it throws this error ...
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 ...
0
votes
1answer
118 views
_CGAffineTransformScale error on xcode
Can anyone help me to solved this xcode error?
error : "_CGAffineTransformScale", referenced from:
Is Xcode missing any library for CGAffineTransformScale ?
Thanks in advance and help ...
0
votes
1answer
594 views
XCode debugger hangs on breakpoints
I'm debugging a project for iOS 4.0 (simulator) in XCode 3.2.3, and all of a sudden the debugger just stopped working on me. It will hit the first breakpoint and freeze. It will not respond to single ...
1
vote
1answer
392 views
xcode internal error “The event stream <DTFileSystemEventStream”
I get the following error when i open this xcode project
I have tried doing a "xcodebuild -activetarget -configuration Debug" from the command line also and i get the same error with a stacktrace
...
0
votes
1answer
28 views
XCode still referring older framework
I'm using StakKit framework on my MacOX application, When I added newer version of the framework to the project. I have noticed that XCode is still referring to the older framework and I get warning ...
1
vote
3answers
754 views
Building against 3.x SDK in Xcode 3.2.3 for iPhone only app?
Is it possible? Because if I build against SDK 4.0, my app goes wacko, doing silly things and generally not working properly. If I build against 3.2 however, it works splendidly, but I get a warning ...
0
votes
2answers
1k views
XCode Forward/Back Keyboard Shortcut? (v3.2 broken)
Back Arrow Broken In XCode 3.2
Is there keyboard command to go back/forward one file at a time.
XCode 3.2 changed the behavior of Cmd-Opt <-- and -->. As noted in another question, they do not ...
0
votes
1answer
212 views
iPhone 4 not supporting in XCode 3.2
I am haivng an iPod which recently updated to iOS4.0. It is working fine with the device. I am having the XCode version 3.2 installed on my mac. When I try to test the apps on my device it displays an ...
0
votes
1answer
174 views
bindings in Interface Builder
I want to have a button where if I click it, then some text is displayed that says "you clicked the button." I know how to do this using IBOutlet and IBAction. Can it be done with bindings? If so, ...
2
votes
2answers
1k views
Creating classes and IBOutlets in Interface Builder (XCode 3.2.3)
I normally create classes and IBOutlets in XCode. However I saw a video where someone created a class and the IBOutlets in Interface Builder and the files and outlets were automatically inserted into ...
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
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 ...
6
votes
11answers
8k views
Xcode's Build and Archive not working
The current issue I'm having is that Build and Archive will build my current target but after it's finished building, a pop-up will appear with the message:
"The operation couldn't be completed. ...
0
votes
1answer
35 views
steps necessary to create and install the proper certificates and profiles into my project and onto my iPad/Phone
I am hoping that someone on this list is working with iDevices, and has successfully built an application and loaded it onto their iDevice. If so, could you point me to any sort of 'distilled' ...
0
votes
1answer
572 views
Difference between writing #import <filename.h> and #import “filename.h” i.e written the file name in angular brackets and quotes? [duplicate]
Possible Duplicate:
what is the difference between #include <filename> and #include “filename”
Difference between writing #import and #import "filename.h" i.e written ...
1
vote
2answers
952 views
XCode 3.2.3 doesn't show me the installed profiles
how are you all?
I'm having a problem with the new XCode and I think someone where maybe can help me to solve this out. I will really appreciate it.
This is my problem: I have an XCode project that ...
0
votes
2answers
505 views
Building and Installing to ios 3.2
I recently installed the latest version of xcode with support for ios 4. Unfortunately when I tried to compile and install my app (which I have successfully compiled many times) for my iPod touch ...
3
votes
2answers
4k views
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 ...
1
vote
4answers
3k views
downgrading iPhone 3GS iOS4 to OS3
I'm working on an iphone project for OS3.1.3. I updated my iPhone to iOS4 and now I can't test my project on my iPhone anymore. I tried downgrading but get "device not eligible"
What should I do ...
2
votes
1answer
1k views
xcode syntax color coding explained?
Can anyone give me a quick rundown of the color syntax meanings in xcode?
I am running into some problems and understanding the color coding I am sure will help me out. Currently I have some ...
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 ...
8
votes
3answers
1k views
xcode 3.2.2 and objective-c 2.0 and debug: where are my object's property/instance variable values in debug?
working on a mac os project (meaning not iPhone) requiring 10.6 and is 64bit, allows me to use properties to generate both accessor methods and instance variables in the header file. but, during ...
2
votes
1answer
582 views
XCode 3 : linking different libraries depending on architecture (cpu type)
EDIT: This question is probably old it is related to xcode 3.
I'm developing an iPhone app which needed voip support so i added the ARM version of pjsip libraries. But if I'm using the iPhone ...
2
votes
2answers
1k views
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 ...
2
votes
1answer
826 views
Where do I put .xcolortheme files in Xcode when there is no ~/Library/Application Support/Xcode/Color Themes folder?
I'm just getting started with Mac and iPhone development, and naturally my first step is to change the color theme. I've found a theme I like here, but I can't find the folder they reference in my ...
4
votes
1answer
699 views
XCode: Function argument indentation
I was unable to find any solution of my specific issue. I'm using Xcode 3.2. I'd like to indent the next line of function argument just one step in from the previous line:
somevariable = pow(
a,
...
0
votes
2answers
661 views
Subversion import error 200030 (accessed from SCM in Xcode 3.2.2, OS X 10.6.3)
I'm encountering the following error when attempting to (svn) import from within Xcode).
Import Failed
Error: 200030 (SQLite error) Description: no such table: rep_cache
This is a new ...
