hello guys,
my app crashes with EXC BAD ACCESS
i've added NSZombieEnabled = YES to the arguments of my executable.
it gives me that log:
[CFArray release]: message sent to deallocated instance 0x3c26340
and crashes that happens only on the first time the app is installed on the simulator.. i press Build and Go again the app works as it should.
given that the address 0x3c26340 is not the NSArray address that the app crashes on. (after setting breakpoints i discovered it crashes on NSArray access but not with the address shown in the log!!!!!!!!! )
also that address is the same address when i remove the app from the simulator and crashes again on the first installation. ( The Address remains the same!!!! )
can anybody please help?
thanks in advance