• 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: Multiple validation errors. Why?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple validation errors. Why?


  • Subject: Re: Multiple validation errors. Why?
  • From: "Sean McBride" <email@hidden>
  • Date: Thu, 18 Mar 2010 10:51:51 -0400
  • Organization: Rogue Research Inc.

On Wed, 17 Mar 2010 21:05:06 -0700, Lynn Barton said:

>the app quits, I get a "multiple validation errors occured" message. The
>console has no error messages.

Stick this in your app delegate:

- (NSError*)application:(NSApplication*)application
   willPresentError:(NSError*)error
{
	if (error)
	{
		NSDictionary* userInfo = [error userInfo];
		NSLog (@"encountered the following error: %@", userInfo);
		Debugger();
	}

	return error;
}

--
____________________________________________________________
Sean McBride, B. Eng                 email@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: [solved] Multiple validation errors. Why?
      • From: Lynn Barton <email@hidden>
References: 
 >Multiple validation errors. Why? (From: Lynn Barton <email@hidden>)

  • Prev by Date: Re: NSBrowser and tab order
  • Next by Date: altering IKSaveOptions?
  • Previous by thread: Multiple validation errors. Why?
  • Next by thread: Re: [solved] Multiple validation errors. Why?
  • Index(es):
    • Date
    • Thread