johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 566 forks source link

my app crash when command+s #252

Open ProtonShell opened 6 years ago

ProtonShell commented 6 years ago

change UI ,then command + s, crashed, log: *** -[RACDynamicSignal retain]: message sent to deallocated instance 0x604003a27840 I use RAC in my app , because of that?

ProtonShell commented 6 years ago

2018-06-14 17:48:36.994 xxx[46565:1538295] injected 2018-06-14 17:48:37.085299+0800 xxx[46565:1538295] *** -[RACDynamicSignal retain]: message sent to deallocated instance 0x60000303b380

johnno1962 commented 6 years ago

Sorry, can’t help you with that. Try not using an @objc injected() method.