Created
November 9, 2011 03:29
-
-
Save matsuda/1350246 to your computer and use it in GitHub Desktop.
EXC_BAD_ACCESSの対処法
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 毎回忘れるのでメモ | |
# http://ameblo.jp/tokotokosoftware/entry-10791578218.html | |
# http://iphone.longearth.net/2009/03/09/【iphone】メモリ不足時のシミュレートとデバッグ/ | |
# http://d.hatena.ne.jp/Kazzz/20120109/p1 | |
# XCode4:「Product -> Edit Scheme」の「Arguments」タブの「Environment Variables」に追加 | |
# | |
NSDebugEnabled = YES | |
NSZombieEnabled = YES | |
MallocStackLogging = YES | |
// MallocStackLoggingNoCompat = YES // これは不要? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment