AFNetworking / Xcode-Project-Templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get error output in console

pomin opened this issue · comments

__NSCFData autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug

Steps to reproduce:

Use the template to create a new AF project with Core Data
close the project, run pod install
Open the project, and run the TEST button.

How can i fix this issue?

I couldn't reproduce this. Instead, I just got the intended STFail(@"Unit tests are not implemented yet in NadaTests").

Let me know if this is still and issue, and I'll reopen.