• 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
Problem with 10.2 after a clean active target
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with 10.2 after a clean active target


  • Subject: Problem with 10.2 after a clean active target
  • From: Michel Desbiens <email@hidden>
  • Date: Wed, 28 Aug 2002 14:45:10 -0500

My project was working great under dev tools 10.1 It was almost finish.

After un clean active target, I now got this error with the new tools 10.2.

I need a clue. I don't know where I can find the error. The code was working
before. I'm really mixed up. Now I am stop.

From de beginning, I have always compile regularly in order to find de
problem. Now I'm lost. I don't know how I can find the bug.

Can you give me a trick or a way to find the problem? I can't find with de
debugger the line of code where de problem is?

The application run but is unable to open a new document.

In the debugger, the error message is write the next step after the end of
this methode.

-(void)makeWindowControllers
{
PrincipalControlleur *principalControlleur = [[PrincipalControlleur
alloc] initWithWindowNibName:[self windowNibName]];
[self setControlleur:principalControlleur];
[principalControlleur autorelease];
[self addWindowController:principalControlleur];
NSLog(@"MakeWindowController effectue Ok");
}

Error in de console window:

MakeWindowController effectue Ok

Single stepping until exit from function -[NSDocumentController
openUntitledDocumentOfType:display:],
which has no line number information.
2002-08-28 14:36:10.479 iTexte[910] *** Assertion failure in -[MyTableView
_locationOfRow:], TableView.subproj/NSTableView.m:486

2002-08-28 14:36:10.496 iTexte[910] Invalid parameter not satisfying: (index
>= 0) && (index <= numRows)

(gdb)

2002-08-26 20:59:17.595 iTexte[1024] *** Assertion failure in -[MyTableView
_locationOfRow:], TableView.subproj/NSTableView.m:486
2002-08-26 20:59:17.610 iTexte[1024] Invalid parameter not satisfying:
(index >= 0) && (index <= numRows)


Any help will be really appreciate!

Michel Desbiens
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Least Expensive File Copy Method?
  • Previous by thread: Least Expensive File Copy Method?
  • Index(es):
    • Date
    • Thread