coobjc icon indicating copy to clipboard operation
coobjc copied to clipboard

#import <coobjc.h>写入pch文件导致编译失败

Open Channe opened this issue 6 years ago • 0 comments

Environment Details

  • coobjc version:1.2.0
  • iOS version:13.2.3
  • Xcode version:10.3
  • Other informations:

Expected behavior

编译通过

Actual behavior

在多处类似 [obj objectAtIndex:indexPath.row] 的地方出现错误: Multiple methods named 'objectAtIndex:' found with mismatched result, parameter type or attributes

Steps to Reproduce

#import <coobjc.h>写入pch文件

Channe avatar Nov 20 '19 07:11 Channe