OC预约,预编译指令有效, swfit中不行, 在项目的 Build Settings 中 Preprocessor Marcros中设置

设置DEBUG_FISH debug下有效

预编译指令
添加 DEBUG_FISH = 1

使用 DEBUG_FISH

if define (DEBUG_FISH)
  .......
  
#endif

相关文章: