Skip to main content

All Questions

Tagged with
4 votes
2 answers
3k views

Miscellaneous confusion about Xcode build settings (64/32 bits, SDK version, etc)

When I create a new OS X application project, I noticed many target options those confuse me quite a lot: (1) The top-left setting of Xcode window: (2) The "Base SDK": (3) "Deployment Target": (4)...
Andrew Chang's user avatar
  • 1,319
6 votes
4 answers
5k views

Cocoa without XCode [closed]

I would like to develop Mac applications, but don't want to use XCode. I have many reasons... It's VERY slow... It's complicated... The Interface Builder seems like cheating and is not as satisfying. ...
CoffeeRain's user avatar
  • 4,512
0 votes
1 answer
253 views

Is there ANY way to make Xcode monitor folders for files adding / deletions?

I'm using Xcode for a year now, and it's always bothered me if there is any way to tell Xcode to actually "Include the folder" in the project. What I mean by that, is that I want that when I create ...
Avi Shukron's user avatar
  • 6,108
0 votes
2 answers
2k views

writing IDE or text editor in OSX [closed]

I'm thinking about writing an IDE or text editor for scripting languages such as ruby, python etc...Is there a framework which will get me started? For now, I just want to have basic features like ...
user140736's user avatar
  • 1,919
3 votes
3 answers
365 views

what else text editors can be used to editor Objective-C code except xcode

I am new to mac, my question is what else text editors can be used to edit Objective-C code except xcode. And which one is the best for productively editing source code?
Tony's user avatar
  • 354
0 votes
1 answer
169 views

How do I start a new Obj-C library project with Xcode?

I am new to Xcode (and Objective C in general) and I want to create a new Objective-C Library (Framework?) which will be used by some of our iPhone applications in the future. Which type of project ...
Baishampayan Ghose's user avatar
2 votes
4 answers
505 views

Objective-C And MetroWerks C/C++ IDE

I'm learning Objective-C and my friend have a real Macintosh IIci, that uses a Mac System 7(specifically 7.5.5 with a 68k processor) and I've installed Metrowerks C/C++ IDE(I think it's the version 1, ...
Nathan Campos's user avatar
76 votes
8 answers
39k 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 ...
pbreault's user avatar
  • 14.5k