objc4 icon indicating copy to clipboard operation
objc4 copied to clipboard

A latest buildable and debuggable Objective-C runtime (objc4-818.2) project.

Results 7 objc4 issues
Sort by recently updated
recently updated
newest added

I figured out how was, and those dyld magic values. https://github.com/Torrekie/apple_internal_sdk I started working on this while compiling latest objc4 for porting it to older iOS. Commenting out featureflag and...

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...

can we run objc in macOS 12.1 and xcode: 13.2.1 ?

[https://github.com/apple-oss-distributions/objc4](https://github.com/apple-oss-distributions/objc4)

iOS scheme can not compile pass, and i can not get `libobjc.A.dylib` product for iOS. so, How does `libobjc.A.dylib` integrate into iOS projects to debug?

enhancement
good first issue
feature

Currently, both objc-inspect and objc target only support macOS Catalina, support debugging libobjc.A.dylib on iPhone OS and iOS simulator will be helpful for iOS development.

enhancement

1. We need the following patch to make it compile on the latest Xcode. ```diff // objc-os.h + #include ``` 2. Once we run objc-inspect, we'll get a crash on...