All Questions
8
questions
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)...
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. ...
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 ...
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 ...
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?
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 ...
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, ...
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 ...