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

iOS15.0 cofishhook.c crash #112

Closed tzwgod closed 3 years ago

tzwgod commented 3 years ago

Context and Description

co_launch crashes after execution

Environment Details

image

image

image

yunjinghui123 commented 3 years ago

The same question,iOS 15.0 crash

naiso-limbo commented 3 years ago

[App Name] was compiled with optimization - stepping may behave oddly; variables may not be available.

chanshiguan commented 3 years ago

The same question,iOS 15.0 crash

zhengshengxi commented 3 years ago

iOS15 崩溃 位于 indirect_symbol_bindings[i] = cur->rebindings[j].replacement;

yunjinghui123 commented 3 years ago

Does anyone solve it???

NianJi commented 3 years ago

Use this commit: cf99ab4aae0ff73731bbf765d2bd08645684c733

If problem resolved, I will publish a new tag to cocoapods

tzwgod commented 3 years ago

@NianJi resolved, thank you

zhengshengxi commented 3 years ago

Use this commit: cf99ab4

If problem resolved, I will publish a new tag to cocoapods

请问什么时候会推送到cocoapods