Tagged Questions

338
votes
89answers
128k views

Hidden Features of Xcode

With a huge influx of newbies to Xcode, I'm sure there are lots of Xcode tips and tricks to be shared. What are yours?
153
votes
9answers
40k views

Git ignore file for Xcode projects

Which files should I include in .gitignore when using Git in conjunction with Xcode?
59
votes
3answers
7k views

What kind of leaks does Objective-C's automatic reference counting (in Xcode 4.2) not prevent/minimize?

In the Mac and iOS platforms, memory leaks are often caused by unreleased pointers, so it is (as of now, at least) important to check your allocs, copies and retains to make sure each has a ...
49
votes
4answers
9k views

How can I indent multiple lines in xcode?

When I select multiple lines of code and want to indent them as usual with TAB, it just deletes them all. I come from Eclipse where I always did it that way. How's that done in Xcode? I hope not line ...
37
votes
4answers
23k views

Building Xcode Projects From the Command Line

I've been playing around with Qt for a few hours now. I found that qmake produces Xcode project files on Mac OS X instead of good ol' makefiles. I don't want to launch Xcode every time I want to build ...
35
votes
3answers
10k views

Change templates in Xcode

How would I change the initial templates created by Xcode when creating a new Cocoa Class. I am referring to the comments and class name created when using Xcode's new class wizard.
33
votes
5answers
14k views

Authorize a non-admin developer in Xcode / Mac OS

I use a standard user account for my daily tasks on Mac OS. Since upgrading to Snow Leopard I am asked to do the following when a program is run from within Xcode: "Type the name and password of a ...
33
votes
6answers
24k views

How do you setup Eclipse to work on iPhone development (instead of Xcode)?

Although I've been getting more and more familiar with Xcode while developing for the iPhone, there are times I just wished I had a better IDE, something like Eclipse. So I was wondering does anyone ...
28
votes
4answers
4k views

python easy_install fails with “assembler for architecture ppc not installed” on Mac OS X

bash-3.2$ sudo easy_install appscript Password: Searching for appscript Reading http://pypi.python.org/simple/appscript/ Reading http://appscript.sourceforge.net Best match: appscript 1.0.0 ...
27
votes
5answers
14k views

Can I have multiple XCode versions installed?

Is it possible to have more than one version of XCode installed at the same time? If so, please post any tip, tricks, or potential issues to watch out for. EDIT: The reason I want to install ...
27
votes
2answers
11k views

What #defines are set up by Xcode when compiling for iPhone

I'm writing some semi-portable code and want to be able to detect when I'm compiling for iPhone. So I want something like #ifdef IPHONE_SDK.... Presumably Xcode defines something, but I can't see ...
23
votes
5answers
5k views

Any ReSharper equivalent for Xcode?

I'm a complete Xcode/Objective-C/Cocoa newbie but I'm learning fast and really starting to enjoy getting to grips with a new language, platform and paradigm. One thing is though, having been using ...
19
votes
4answers
635 views

Getting LLVM/Clang to be 16 bit aligned

I am working on a legacy project that has a large amount of files dating back to pre-OS X days. It's data has been 16 bit aligned for > 15 years. I would like to move to a full LLVM compilation but ...
18
votes
3answers
3k views

Empty Settings Bundle in Xcode 4.2

I'm trying to create a settings bundle for my iPhone application. However, if I create one, it becomes empty, no root p-list, no disclosure, nothing. I've restarted everything and am running out of ...
18
votes
10answers
19k views

Which SCM system for Xcode?

I am developing an application for the Mac as a small team (me + another person) effort. We are located in different cities, and have started to see the need for solid source control management. None ...
16
votes
4answers
3k views

Moving Files into a Real Folder in Xcode

When I started my project I was happy to use Groups in Xcode rather than literal folders: Since I'm using the browser in Xcode to access everything, stuff was nicely organized and I was happy. ...
16
votes
7answers
8k views

Enabling tabs in xcode? Or lessening the pain of not having them?

I am currently using xcode and I find it's lack of tabs quite disturbing. I currently use command-shift-d to search through all the files, or ctrl-1 to open the history of files that were recently ...
15
votes
4answers
2k views

XCode automatically deactivating breakpoints

I'm using xcode in C++. I'm trying to debug my project, but at random intervals, it seems to ignore my breakpoints. There are three things that it does: 1) Sometimes, when I run, it automatically ...
15
votes
17answers
42k views

Java Development on a Mac - Xcode, Eclipse, or Netbeans

I've been using Xcode for the usual C/C++/ObjC development. I'm wondering what are practical considerations, opinions of Xcode, Eclipse or NetBeans usage on a Mac for Java development? Please don't ...
13
votes
4answers
216 views

How can I create end-to-end tests for Mac (Cocoa) applications?

I have been reading a lot about test-driven development and decided that I want to give it a go on a small project. For reference, I am currently reading 'Growing Object-Oriented Software, Guided by ...
13
votes
3answers
3k views

Xcode regions

Does Xcode support anything akin to Visual Studio style #region directives for arbitrary code folding?
13
votes
7answers
14k views

x86 Assembly on a Mac

Does anyone know of any good tools (i'm looking for IDEs, primarily) to write assembly on the Mac... Xcode is a little cumbersome to me. Also, on the Intel Macs, can I use generic x86 asm? or is ...
12
votes
1answer
2k views

How do I add PPC/PPC64 support back to Xcode 4.2 under Lion?

I have a Lion (10.7.1) system on which I installed Xcode 4.2. Suppose I have a simple C program helloWorld.c as follows: #include <stdio.h> main() { printf("hello, world\n"); } Using this ...
12
votes
2answers
3k views

Does Xcode 4 install git?

I bought a new MacBook Pro and installed the applications list below in order. On my old MacBook, also running OS X 10.6.6, I didn't have /usr/bin/git, however, on the new MacBook Pro, I do. The only ...
12
votes
7answers
9k views

What OSX/XCode version control system should I use for iPhone development?

I've been developing my first iPhone app part-time and would like to start using a more rigorous form of version control than I've been using over the past four months, i.e. copying source code ...
11
votes
1answer
2k views

C++ using getline() prints: pointer being freed was not allocated in XCode

I'm trying to use std:getline() but getting a strange runtime error: malloc: * error for object 0x10000a720: pointer being freed was not allocated * set a breakpoint in malloc_error_break to ...
11
votes
7answers
12k views

How do you show Xcode's build log? (Trying to verify if iPhone distribution build zip was created correctly.)

I'm trying to zip up my iPhone application for App Store distribution. The distribution instructions suggest looking in the build log to check if the mobileprovision file was included, but I can't ...
11
votes
1answer
7k views

XCode debugger: display long strings

While debugging a program in XCode I have several CFStringRef variables that point to strings with lengths around the 200 character mark. In the debugger, it only shows the value of these strings up ...
10
votes
1answer
318 views

CPU Affinity on the Mac 10.6+ and Xcode 4+

Not sure if this is the right place to post this question but here it is anyway. I remember back in the days with Xcode 3.x, there was a prefPane that once installed, it would allow you to turn on ...
10
votes
3answers
837 views

How do i create a Delete-Line Keyborad shortcut in XCode 4? The XCode 3 solutions do not work anymore

In previous versions of XCode it was possible to create a key binding to delete the current line. There were different solutions and they are described for example here: XCode: Delete line hot-key ...
10
votes
3answers
2k views

Suppressing deprecated warnings in Xcode

With all the SDKs floating around, it's handy to be able to build for multiple SDKs and platforms. However, bouncing from 3.2 to 3.0 and even occasionally 2.x, I frequently get deprecated warnings ...
10
votes
3answers
4k views

Tips for transitioning from Emacs to Xcode

I'm a developer making the transition from Linux/Emacs to OSX/Xcode. Does anyone have any tips or recommendations for smoothing this transition with regard to text editing? Specifically: What Emacs ...
10
votes
4answers
6k views

Multiple iPhone Developer Accounts on One Mac?

I have searched but cant find this question anywhere. My wife and I are about to take on iPhone development and we've only got the funds to purchase one iMac 24" to do this. Anyone out there with ...
9
votes
2answers
338 views

How can I install a DYLD loader command that is not explicitly supported by ld?

On Mac OS X, binary executables in the DYLD format contain "loader commands" that instruct the library loading system how to handle the contents of the file. In particular, the loader command instruct ...
9
votes
1answer
2k views

Simple Cocoa application with MenuBar Icon. How To:?

I'm trying to make a Cocoa application that's pretty simple. I have three windows with three messages on them, that's all there is to it. What I'm trying to do is this: The user runs the app, the ...
9
votes
4answers
14k views

Xcode 3.2 Missing Class Actions / Outlets?

Where are the Class Action and Class Outlets in Xcode 3.2? They aren't showing up in the Inspector like they used to.
9
votes
5answers
31k views

Setting GCC 4.2 as the default compiler on Mac OS X Leopard

I'm sure there must be a way to do this. As you are probably aware the latest versions of Xcode (and in fact I think all versions of Xcode) on Leopard come with GCC 4.0.1 and GCC 4.2. GCC 4.0.1 is the ...
9
votes
5answers
5k views

Is it just the iPhone simulator that is restricted to Intel only Mac's?

I have read that the iPhone SDK (part of Xcode 3) is restricted to Mac's with the intel chipset. Does this restriction apply to only the simulator part of the SDK or the complete shebang? I have a ...
8
votes
5answers
1k views

Does upgrading to OSX Lion have ANY caveats for development using Xcode?

Simple question, I want to know if anyone has had any weird or annoying problems with developing iphone apps in Xcode after upgrading to Lion. I remember having issues when Snow Leopard first ...
8
votes
3answers
2k views

XCode 4 can I copy the download from one machine to another

Hi I downloaded the XCode 4 which uses the app store to download and install and took over 8 hours for the 4.1 GB download to complete. Can I copy this install from to another machine without having ...
8
votes
5answers
3k views

Downloading Xcode with wget or curl

I am trying to download Xcode from the Apple Developer site using just wget or curl. I think I am successfully storing the cookie I need to download the .dmg file, but I am not completely sure. When ...
8
votes
2answers
10k views

Create Android Applications using Xcode?

I'm using Xcode for a while, and I'd like to start developing Android Applications. However, the SDK is for Eclipse. I personally don't like Eclipse, because of the UI and it starts to suck on my ...
8
votes
2answers
618 views

Building a backwards compatible OS X app, when a new API is present?

I'm trying to upgrade an app (Clarke) to provide 10.6 compatibility. My plan is to use two different code paths depending on the version of OSX in use. On 10.5 it will use one controller, which ...
8
votes
1answer
2k views

Missing “find options” in Xcode 3.2

Generally speaking, I am very happy with the changes in Xcode 3.2. However, there is one thing which is driving me crazy: the "find in file" dialog has been jettisoned for the "find banner." But what ...
8
votes
3answers
7k views

NSTableView with custom cells

it seems I've been searching for a long time and haven't found a great, easy, answer to my problem. I'm using XCode with Cocoa/ObjC and am trying to create an NSTableView which will load values from ...
8
votes
6answers
6k views

GCC without Xcode on OS X

I've just unwrapped my new MacBook Pro (yay!) and am now setting it up properly for development. Since I want to avoid clutter, I'm wondering if I really need to install the Xcode tools at all (I ...
8
votes
3answers
12k views

Xcode / GCC linking issue: file is not of required architecture

I am trying to port a windows project that includes boost 1.37 and wxwidgets to the Mac. It compiles ok, but the linker gives me a "file is not of required architecture for architecture ppc" error for ...
8
votes
3answers
1k views

Why is Xcode 3 displaying multiple compiler errors or warnings for each that actually occurs

When I build in Xcode, any errors or warnings are being duplicated. So in the IDE, I get twice the number near the icons in the status bar, and where the yellow or red bubbles show up in the editor, ...
8
votes
6answers
15k views

Multiple NSURLConnection delegates in Objective-C

I have two NSURLConnections. The second one depends on the content of the first, so handling the data received from the connection will be different for the two connections. I'm just picking up ...
7
votes
1answer
173 views

Why do static functions eliminate undefined symbols in Xcode?

I am attempting to use I/O kit and have linked to I/O kit properly. When I use a function in I/O kit and don't call it within a static function, I get the following error Undefined symbols for ...

1 2 3 4 5 29