Re: NSBundle.pathURLForResourcePath Error
Re: NSBundle.pathURLForResourcePath Error
- Subject: Re: NSBundle.pathURLForResourcePath Error
- From: Mike Schrag <email@hidden>
- Date: Wed, 15 Oct 2008 09:04:48 -0400
My app works fine in development but when i move it to deployment i
get an error: NSForwardException [java.lang.NoSuchMethodError]
NSBundle.pathURLForResourcePath(Ljava/lang/String;)Ljava/net/URL;
NoSuchMethodError can only happen if you're building and deploying
against different versions of the frameworks. Presumably you're
developing against 5.3 but deploying against 5.2 or some other crazy
mixture. Never mix versions between development and deployment ..
It's just asking for problems to be caught at runtime.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden