I rolled back my xcode, seems to be an Xcode 3.2.3 issue.
On May 7, 2010, at 12:04 PM, Kyle Sluder wrote:
> On Fri, May 7, 2010 at 11:57 AM, Brent Smith wrote:
>> When i run an NSLog on newLinesString I get this,
>> 2010-05-07 11:56:07.604 testingApp[2573:a0f] ‡√Kpˇ
>>
>> When it should be som
On Fri, May 7, 2010 at 11:57 AM, Brent Smith wrote:
> When i run an NSLog on newLinesString I get this,
> 2010-05-07 11:56:07.604 testingApp[2573:a0f] ‡√Kpˇ
>
> When it should be some readable english form a text file.
> I am at a loss :(
Well, it's quite apparent you have a memory management bug
When i run an NSLog on newLinesString I get this,
2010-05-07 11:56:07.604 testingApp[2573:a0f] ‡√Kpˇ
When it should be some readable english form a text file.
I am at a loss :(
On May 6, 2010, at 8:08 PM, Kyle Sluder wrote:
> On Thu, May 6, 2010 at 7:21 PM, Brent Smith wrote:
>> I have an NS
Its got to be something im doing wrong. Not certain though.
On May 6, 2010, at 9:45 PM, Tino Rachui wrote:
> Interesting I see this behavior as well when I debug my (completely
> different) program. I ask on the ADC lists already. No answer so far. Maybe
> this is a gdb bug!?
> -Tino
>
> Sent
Interesting I see this behavior as well when I debug my (completely
different) program. I ask on the ADC lists already. No answer so far.
Maybe this is a gdb bug!?
-Tino
Sent by mobile
Am 07.05.2010 um 04:21 schrieb Brent Smith :
Hey all,
I have an NSTask thats running a method for me and
On May 6, 2010, at 8:08 PM, Kyle Sluder wrote:
> On Thu, May 6, 2010 at 7:21 PM, Brent Smith wrote:
>> I have an NSTask thats running a method for me and Im trying to debug why
>> its currently not working. I can go about using my program normally when I
>> select Build and Run, but when I add
Sorry about the retain, I was just trying that.
On May 6, 2010, at 8:08 PM, Kyle Sluder wrote:
> On Thu, May 6, 2010 at 7:21 PM, Brent Smith wrote:
>> I have an NSTask thats running a method for me and Im trying to debug why
>> its currently not working. I can go about using my program normall
On Thu, May 6, 2010 at 7:21 PM, Brent Smith wrote:
> I have an NSTask thats running a method for me and Im trying to debug why its
> currently not working. I can go about using my program normally when I select
> Build and Run, but when I add a breakpoint and select Build and Debug I get
> an E
Hey all,
I have an NSTask thats running a method for me and Im trying to debug why its
currently not working. I can go about using my program normally when I select
Build and Run, but when I add a breakpoint and select Build and Debug I get an
EXC_BAD_ACCESS. Normally this is caused by some sor