xcode

  1. R

    XCode 2.1 build paths

    I've got a project that I've had building in XCode for a while now, and I've just upgraded to 2.1. My project setup had the executable (package) going into the root of its own directory structure that contains data files, log files, etc. I realize that this probably isn't the best way to do this...
  2. M

    Xcode beginner, What books should I use?

    Hi, Could anyone please recommend some (beginner) books I can use to start learning Xcode? Thanks
  3. S

    download xcode 1.5

    I found an external link to the xcode tools with google. I was having problems finding them within the apple site i.e. I could only find information on version 2.1. Thanks again, sb Hi, I'm running OSX Panther. I want to download the xcode tools to run on Panther, but I can't seem...
  4. ScottW

    XCode & Applescript

    I am a TOTAL newbie here folks... but this is really fun. I have 100 questions, but if I can get this one issue resolved, I will be over a hurdle. I have a XCode AppleScript Application, it has multiple "tabs". On one tab, I have a button and a "textarea" or text view scroll thingy I want...
  5. T

    Help with Xcode please!

    I don't know how to make just an Objective-C file, and not C++. Can I do this at all? I'm also very new (just started learning yesterday) to the language.
  6. B

    Installed additional options in Xcode - lost disk space??

    I had previously installed Xcode from the Tiger DVD. I chose the easy installed.... I later re-ran the installer because I wanted to add the Java 1.4 documentation. The installer said that would require 74 meg. I looked in Finder before, and after to get the disk space used. Before adding...
  7. Anonymous_Lion

    libstdc++.a / C++ & Xcode newbie

    I just upgraded from Panther to Tiger. I am in the very newbie stages of learning both C++ and Xcode. Unfortunately code that worked before I upgraded is no longer working after the upgrade. The error messages that I get, leaving the code exactly as it was, are: Command /usr/bin/gcc-4.0...
  8. Anonymous_Lion

    libstdc++.c / C++ & Xcode newbie

    I just upgraded from Panther to Tiger. I am in the very newbie stages of learning both C++ and Xcode. Unfortunately code that worked before I upgraded is no longer working after the upgrade. The error messages that I get, leaving the code exactly as it was, are: Command /usr/bin/gcc-4.0...
  9. A

    XCode 2.0?

    This is probably a simple answer, but where in Holy Name do I "get" XCode 2.0? I'm just trying to get GCC for my Tiger installation, and XCode 1.5 can only be installed on 10.3.x The Apple developer's page (http://connect.apple.com) has nothing later than 1.5- so has 2.0 even come out yet, even...
  10. J

    Xcode Tools 1.5 gcc 3.3 failure

    My objective was to install gcc 3.3, my fink requires 3.3. Installing Xcode Tools1.5 release for Mac OS fails with error: There were errors installing the software please try installing again. I delved into the packages and then Xcode Tools packages and double clicked on gcc3.3.pkg, it...
  11. Viro

    Improving Xcode code completion?

    Anyone know how to get Xcode to add certain directories to it's code completion database? I'm trying to get it to recognize wxWidgets class declarations, etc.
  12. jove

    XCode include path problem

    Hello, I have spent countless hours on this one. The most frustrating part is that the setup sometimes (rarely) works. Here is the glitch. Third party library (C++ source and headers) has a file called "Signal.h". XCode confuses the project relative Signal.h with the system's signal.h...
  13. P

    Quick question about Xcode

    Hello! I'm awaiting my Mac mini.. something I am not clear on is whether Xcode comes with it? Can I program it out-of-the-box or are some downloads required, if so what would you recommend for a new convert to Mac? Ta. :-)
  14. xaosai

    Xcode

    How do you get rid of the annoying "Your document contents here" in the document nib file of a document based application?
  15. A

    How do I enable Objective-C++ use in Xcode 1.5?

    I want to mix C++ and Objective-C and heard Xcode supports this through Objective-C++. developer.apple.com has very little help on how I go about doing this. I found some example code they have, but when I just put it in a file with a .mm extension I still can't use the objects. It just seems to...
  16. smithy

    Using Xcode and Interface Builder

    hi, well ive been learning recently how to like make apps on windows using delphi but i would prefer to learn how to create apps on mac compared to windows. But i sorta do like delphi it seems pretty simple to coprehend so is there anyone out there who would like no some resources i could look...
  17. B

    Xcode Confusion

    I am currently in college, and taking cs261 - Abstract Data Structures. Each week we have a program due. Our teacher has given us a "jds" file with classes that our programs will need to include. He said to add a CLASSPATH variable with your unix machine so the java compiler knows where those...
  18. StarBuck

    Evolution Xcode 1.5

    Hi, I had to re-install my system due to a hard disk problem, so I decided to install 1.5 of xcode. Gnome 2.4 is installed and working fine but evolution wont install due to a error. These are the two files that won't install libwww-pm581 uri-pm581 I have tried using the following...
  19. texanpenguin

    Xcode Interface/Other IDEs to try?

    I do Computer Science at University (first year), and we're doing C++ programming. In the past, I've used either SubEthaEdit or Xcode to do the file-editting (nice indenting and syntax colouring), and then compiling the project in Terminal with g++. Today, in class I found out the whole need...
  20. M

    Changing Xcode compiler

    Is there a way to change what compiler Xcode uses (other than between GCC 3.1 or 3.3)? I work with writing code for the motorola 68HC1x, and would like to be able to write and assemble/compile the code using Xcode. Currently I write the code in Xcode (since it has nice code formating features...
Back
Top