alibaba / coobjc

coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
https://github.com/alibaba/coobjc
Apache License 2.0
4.03k stars 525 forks source link

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

Open Channe opened 4 years ago

Channe commented 4 years ago

Environment Details

Expected behavior

编译通过

Actual behavior

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

Steps to Reproduce

import 写入pch文件