Re: signal 11 (SIGSEGV) error
Re: signal 11 (SIGSEGV) error
- Subject: Re: signal 11 (SIGSEGV) error
- From: Scott Ribe <email@hidden>
- Date: Fri, 24 Apr 2009 00:19:02 -0600
- Thread-topic: signal 11 (SIGSEGV) error
> NSString *path = @"~";
> path = [path stringByExpandingTildeInPath];
Also the 2 steps are really unnecessary, just use:
NSString *path = [@"~" stringByExpandingTildeInPath];
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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