xcode

  1. B

    Xcode 1.5

    So, Xcode 1.5 is available from Apple now. Is anyone else having trouble downloading it? When I try to connect to the FTP server, it rejects my user name and password.
  2. A

    C++ And Xcode

    *n00b question* I am currently reading a nice O'reilly guide to c++. Thing is, I need a c++ compiler, and and ide would help, too. So, I saw my xcode CD sitting on the shelf, installed the program, and was very happy, until I realized that I have no idea how in the world to compile a c++...
  3. M

    help ! about Carbon and XCode !!

    Our requirement is to code in Carbon using Xcode and must be compatible in both versions of MAC OS X./8.6/9. is that possible ? we are quite new to the mac environment. so it would be greatful if anyone could suggest some suggestions... also there are certain doubts regarding.. 1...
  4. M

    About Carbon and Xcode ?

    Our requirement is to code in Carbon using Xcode and must be compatible in both versions of MAC OS X./8.6/9. is that possible ? we are quite new to the mac environment. so it would be greatful if anyone could suggest some suggestions... also there are certain doubts regarding.. 1...
  5. Orbit

    Codewarrior / xcode and C

    ok today at school we started learing C in codewarrior and since i dont have a copy of it was thinking i can use xcode instead but have never used it so i am unsure of how to set it up so i can practice my hello world scripts lol nah we are past that now. So wat type of project file shud i...
  6. H

    xcode target(executable) problem

    I've gotten more and more used to Xcode and I am really starting to like it. None of the applications I am working on are too advanced, just for my Java class. Basically what I have been doing in the past has been to just create a target, add my source files and hit the build button. To run...
  7. N

    J2ME in Xcode?

    Has anyone plugged a J2ME toolkit into Xcode? I noticed J2EE is in there, so it can't be THAT farfetched. I like Java and all, but I'm a dope when it comes to things like unix, and aside from a Windows and Sparc distribution, there was a .bin file on Sun's site for linux. Stuffit decompressed...
  8. X

    XCODE question

    hi guys, question on X11...i created a stack class and am trying to use throw exception as part of the program. unfortunately, i am getting errors when i compile in X11. i used the same exact code in visual c++ and received no errors. i was hoping someone could steer me in the right direction...
  9. L

    Xcode - bundling Java resources

    Hi, I have some Java code for a Swing application that I'm trying to set-up as an Xcode project. I'm just about there now; however, the program loads in resources from .properties files, and I cannot for the life of me get Xcode to bundle these up in the jar file it produces. When you...
  10. H

    C++ and XCode Question

    I'm writing some code in Xcode using C++. Where do I need to put files (ie text files that contain data) so i can input the data from them. Currently I have them in the folder in which the project resides. I reference them using this code: fin.open("file.txt");. When i run the program it...
  11. W

    distributive build and xcode

    I have a question regarding distributive build in xcode. I have an xserve and a powerbook both running update versions of panther and xcode. The xserve is set up to share for building with high priority... I do programming on the powerbook and in xcode preferences I have enabled the...
  12. Damrod

    Auto-completion in Xcode?

    I searched the forum here and the documentation of Xcode for this, but could not find an answer for this: Has Xcode any form of source code auto-completion? Like it is there in iTunes (can not think of any other examples right now), where you type the beginning of a band name in the...
  13. z4ph0d

    cvs + SSH in XCode

    To get CVS working in XCode, you need to do the following: 1. create ~/.MacOSX/.environment.plist cd && mkdir .MacOSX && cd .MacOSX && touch .environment.plist && open -a TextEdit .environment.plist 2. paste+edit the xml text below <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist...
  14. ElDiabloConCaca

    Java: how do I read from files in XCode?

    I'm a computer science major in college right now, and am trying my best to program everything using XCode on my Macintosh rather than use a PC with JBuilder. So far, so good -- only one thing holding me back from a project or two... I have a project that reads data from files and outputs...
  15. H

    Java and XCode: Simple programs

    Basically I would like to know if I can make a target that would simply compile the classes and place them in the project directory, instead of having to dig through the Project dir untill i get to the JavaClasses. So far all the programs that we are writing for my Java class are multi class...
  16. O

    XCode: Where can I find the 'pbxbuild' command line tool?

    Hi, Running through the "Project_Builder_for_Java.pdf" manual (provided as part of the doc for the XCode IDE), i've to use the 'pbxbuild' tool in a shell window in order to deploy a 'Java Tool' app (page 39). Problem: I can't find that 'pbxbuild' tool on my system. A find didn't returned...
  17. B

    Is it me, or is Xcode buggy?

    I really am having troubles with Xcode. Occasionally, when I compile, it "pretends" to compile, but never compile. Wouldn't be a problem except that it thinks it is compiling so the only way to quit is via a force quit. The editor allows bad control characters to be inserted into the source...
  18. T

    xcode and security update

    xcode update is in SU. Security patch on the way: http://news.com.com/2100-1016_3-5129020.html
  19. 3mors

    PHP/HTML editor i XCode?

    I use BBEdit to dev in PHP/HTML/JS/MySQL languages, but I'd like to know if there's a similar text-editor with sintax highlighting on XCode Tools. Do u know?
  20. Captain Code

    XCode

    Can anyone get XCode to install? When I run the installer, it says "An application must be run to check if it can be installed". No application opens that I can see, but the installer says "Checking packages" and sits there doing nothing. I can tell it's not doing anything because the...
Back
Top