RetVal

Results 14 comments of RetVal
trafficstars

add the breakpoint to function `objc_alloc` ? have a try. ![image](https://user-images.githubusercontent.com/2731831/77720009-a56f7c00-7021-11ea-9546-639bfe6df657.png)

OSX 10.15.3, Xcode 11.4 I think maybe you can running the demo project, and set a breakpoint to pause the process, type 'image list' to the console and check the...

the path of the runtime told that your app loaded the system version of the binary, so the breakpoint didn't make sense, check the snapshot of my screen, you can...

> I don’t know how to use Xcode. > > I just did > ‘’’ > DYLD_INSERT_LIBRARIES=path/to/libobjc.A.dylib lldb path/to/debug-objc > ‘’’ maybe you can check the **build location** of the...

Maybe you can check the SIP status of your machine, typing `csrutil status` in your terminal, please make sure the status was disabled. I tested this using an empty machine...

> Maybe you can check the SIP status of your machine, typing `csrutil status` in your terminal, please make sure the status was disabled. I tested this using an empty...

Any update on this? Thanks!

It has been more than two years, any updates on this? @bdash