Xcode is an integrated development environment (IDE), developed by Apple Inc. Xcode is used to product software applications such for Mac OS X and iOS.
108
votes
6answers
92k views
Xcode 4.4 Command Line Tools
How do I get the command line builds tools installed with Xcode 4.4 / Mac OS X v10.8 (Mountain Lion)?
Unlike Xcode 4.3 there is no installer (it's just a bundle).
It looks like all ...
67
votes
10answers
14k views
Xcode 4.4 error - Timed out waiting for app to launch
yesterday I installed Xcode 4.4.
I'm working on a project which needs to run on ios 4.1 upwards, supporting iOS device with camera.
Until I installed Xcode 4.4 everything went well, and I can test ...
5
votes
2answers
2k views
CorePlot failed to build in XCode 4.4
I am using CorePlot 0.3, everything was ok until I upgraded XCode to 4.4 (2 days ago), CorePlot failed to build and I got some errors with message:
clang: error: -Z-reserved-lib-stdc++: 'linker' ...
7
votes
1answer
3k views
Localization - Add additional language to localizable.strings file
I have found this post about how to add localization to an app. The answer is very extensive and very helpful.
There is just one thing:
When selecting the 'Localizable.strings' file I open the File ...
6
votes
1answer
3k views
Is there any way to get the neat Objective-C literal indexing feature in Xcode 4.4?
I read all about the new Objective-C literals, and used Xcode to convert my old code, but the indexing code didn't change. I changed it by hand but then it wouldn't compile. I saw a post that said we ...
26
votes
1answer
4k views
Automatically @synthesized properties in Xcode 4.4
From the Xcode 4.4 release notes:
The compiler automatically calls @synthesize by default for unimplemented @properties
What exactly does the new default synthesizer look like? Does it create ...
1
vote
1answer
331 views
Xcode 4.4 & 4.5 freezing on project close
Ever since upgrading to Xcode 4.4 and again upgrading to 4.5 (running on Lion), Xcode appears to freeze for about 3-5 minutes every time I close my app project or quit. During this time, activity ...
33
votes
9answers
12k views
Xcode 4.4 removed Icon Composer in Developer Tools
So I just upgraded to the latest and greatest Xcode 4.4 but can't find Icon Composer. It was in the Open Developer Tool menu item in Xcode 4.3 but now I can't find it anywhere.
Did Apple forget to ...
15
votes
4answers
5k views
xcrun: Error: could not stat active Xcode path '/Volumes/Xcode/Xcode45-DP1.app/Contents/Developer'. (No such file or directory)
I've been beating my head against the desk all day trying to fix this!!!
I have tried the suggested xcode-select -switch /path/to/xcode/ as suggested here but it still gives me this error!
I have ...
18
votes
7answers
2k views
Some of my unit tests tests are not finishing in XCode 4.4
I have seen people posting about this here and elsewhere, but I haven't found any solution that works. I am using XCode 4.4 and have a bunch of unit tests set up. I have ran them all before on this ...
2
votes
3answers
1k views
Code Coverage on Xcode 4.4.1
I've been trying code coverage testing for Mac application on Xcode4.4.1, and the app is an 10.8 app so the app builds and runs only via Xcode4.4.1. But the /Developer/usr/lib/libprofile_rt.dylib ...
8
votes
2answers
2k views
Literal @YES not working in iOS 5 / Xcode 4.4
New Xcode 4.4 is out and it should support literals like
@42
@"String"
@23.0L
@{ @"key" : obj } and
@[obj1, obj2]
and it should also support @YES and @NO, which isn't working when targeting latest ...
4
votes
1answer
278 views
How to make Xcode 4.4 debug console use a popup for autocomplete?
I am using Xcode Version 4.4.1 (4F1003) on OSX Mountain Lion 10.8.1
Say you are debugging in Xcode, and you stop at a breakpoint.
Then you go to the debug console prompt and start typing po loc... ...
3
votes
5answers
1k views
Simulator keeps crashing in Xcode 4.4
When ever I run my app in Xcode 4.4 the simulator fails to open, "iOS Simulator quit unexpectedly." It runs on perfectly on the device though.
0
votes
3answers
3k views
Does Xcode 4.4 come with subversion?
I've just downloaded Xcode 4.4, and unlike its predecessors, there's no installer, just a .app. Is subversion lurking in there somewhere? Is there a directory inside the .app that I can add to PATH to ...