iOSInterviewQuestions
iOSInterviewQuestions copied to clipboard
第八题,duplicate symbol error
在任意文件导入 #import "CYLNSObject+RunAtDealloc.h" 将会提示: duplicate symbol _runAtDeallocBlockKey in: CYLNSObject+MyRunAtDealloc.o and 导入的文件.o 冲突
感兴趣的话,可以直接用这个小工具: https://github.com/ChenYilong/CYLDeallocBlockExecutor