On Aug 28, 2010, at 8:04 AM, Amy Heavey wrote: > Sorry duh! > > 2010-08-28 15:55:27.961 ishop[1920:10b] *** -[NSURL > stringByAppendingPathComponent:]: unrecognized selector sent to instance > 0x16fbe0 > 2010-08-28 15:55:27.961 ishop[1920:10b] *** -[NSURL > stringByAppendingPathComponent:]: unrecognized selector sent to instance > 0x16fbe0
defaultImageLocation is an NSURL* (because thats what you created at the top of the method). You want to use -URLByAppendingPathComponent: with it. -- David Duncan _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com