showxu / objc4

A latest buildable and debuggable Objective-C runtime (objc4-818.2) project.
https://opensource.apple.com/tarballs/objc4/
MIT License
536 stars 91 forks source link

build crash #22

Open humbleAna opened 2 years ago

humbleAna commented 2 years ago

hi coder a.can this demo be build ? b.i just clone this project and add a new target and config dependencies(objc) and comple sources(libobjc.A.dylib). c. run this is come to an crash here is the crash message Assertion failed: (sel_registerName(sel_getName(meth.name())) == meth.name()), function methodizeClass, file objc-runtime-new.mm, line 1536. is there any soluation? thanks

faimin commented 2 years ago

objc-818.2 don't support masOS Monterey 12.x, need to wait for Apple to update the objcruntime version

humbleAna commented 2 years ago

thanks

kevintianyao commented 2 years ago

so, now?

Deniffer commented 2 years ago

how about now ? It is confusing because my macos version is 12.2.1 and Xcode Version is 13.2.1 . And i found that i still need to face with this problem. Any instructions would be helpful.

humbleAna commented 2 years ago

hey buddy https://github.com/wushuangys/objc4Demo this demo could be build successful