How do I set up NSZombieEnabled in Xcode 4?

前端 未结 7 1053
栀梦
栀梦 2020-11-21 13:03

How do I set up NSZombieEnabled and CFZombieLevel for my executable in Xcode 4?

7条回答
  •  旧巷少年郎
    2020-11-21 13:43

    In Xcode > 4.3:

    You click on the scheme drop down bar -> edit scheme -> arguments tab and then add NSZombieEnabled in the Environment Variables column and YES in the value column.

    Good Luck !!!

提交回复
热议问题