• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Java Compile Bug - 'Cannot resolve symbol'
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java Compile Bug - 'Cannot resolve symbol'


  • Subject: Re: Java Compile Bug - 'Cannot resolve symbol'
  • From: James Closs <email@hidden>
  • Date: Tue, 31 Jan 2006 16:57:16 +0000



In XCode 2.2 The 'Cannot resolve symbol' error message doesn't give the name of the symbol it can't resolve. This is *incredibly* annoying and was not an issue in 2.1.

Don't suppose there's a way to fix this or an update in the pipeline?

There's always an update in the pipeline, but bugs only get fixed in it if somebody files a bug report with detailed information about the setup, a copy and paste of the error message in context. and steps to reproduce it.  Starting with...what  "Cannot resolve symbol" error message? During editing, compiling, linking, launching, debugging, etc.?  

Hi Chris,

I get the error when compiling.

It's very easy to reproduce. Just set up a new java project, I used the 'java tool' template. Adjust the code so there's an undefined symbol and compile (see below)

Is there a feedback page for XCode to submit bug reports?

===

//
//  dump.java
//  dump
//
//  Created by James Closs on 31/01/2006.
//  Copyright (c) 2006 __MyCompanyName__. All rights reserved.
//
import java.util.*;

public class dump {

    public static void main (String args[]) 
{
undefined_symbol = 0;
        // insert code here...
        System.out.println("Hello World!");
    }
}


====


James Closs, Director, bitBull Ltd


http://www.bitbull.com 


07771 991171


====


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Java Compile Bug - 'Cannot resolve symbol'
      • From: Scott Tooker <email@hidden>
References: 
 >Java Compile Bug - 'Cannot resolve symbol' (From: James Closs <email@hidden>)
 >Re: Java Compile Bug - 'Cannot resolve symbol' (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: Build Error - 'Missing file or directory..'
  • Next by Date: Re: Xcode - linking libraries based on Configuration
  • Previous by thread: Re: Java Compile Bug - 'Cannot resolve symbol'
  • Next by thread: Re: Java Compile Bug - 'Cannot resolve symbol'
  • Index(es):
    • Date
    • Thread