malloc: unable to create stack log directory
Submitted by greg on Tue, 02/24/2009 - 07:38
Tagged:
I was getting a lot of these errors when changing my xcode project's profile from Simulator to Device:
malloc: unable to create stack log directory /tmp/stack-logs.NNN.PROJECTNAME.XXXXXX
As noted in this post, the solution is to turn off MallocStackDebugging. Setting to "NO" doesn't work, you need to uncheck the option in the project's Execution target.
Bookmark/Search this post with

Comments
This worked for me to.
This worked for me to.
Post new comment