iOSInterviewQuestions icon indicating copy to clipboard operation
iOSInterviewQuestions copied to clipboard

第八题,duplicate symbol error

Open coffeeGF opened this issue 9 years ago • 1 comments

在任意文件导入 #import "CYLNSObject+RunAtDealloc.h" 将会提示: duplicate symbol _runAtDeallocBlockKey in: CYLNSObject+MyRunAtDealloc.o and 导入的文件.o 冲突

coffeeGF avatar May 31 '16 04:05 coffeeGF

感兴趣的话,可以直接用这个小工具: https://github.com/ChenYilong/CYLDeallocBlockExecutor

ChenYilong avatar May 31 '16 05:05 ChenYilong