DyCI / dyci-main

Dynamic Code Injection Tool for Objective-C
MIT License
1.12k stars 121 forks source link

dyci doesn't work on Xcode 6 #61

Closed mhergon closed 10 years ago

mhergon commented 10 years ago

Hi,

I'm trying to use dyci for first time, but I can't use it. dyci shows this on console, but nothing changes on simulator:

2014-11-05 13:43:30.969 TestDyci[6884:286286] New file injection detected at path : /Users/mhergon/.dyci/dyci2141745.dylib.ld_EwEn4P
2014-11-05 13:43:30.969 TestDyci[6884:286286]  
2014-11-05 13:43:30.969 TestDyci[6884:286286]  ================================================= 
2014-11-05 13:43:30.969 TestDyci[6884:286286] Found new DCI ... Loading
2014-11-05 13:43:30.977 TestDyci[6884:286286] DYCI was successfully loaded
2014-11-05 13:43:30.977 TestDyci[6884:286286] Searching classes to inject
2014-11-05 13:43:30.981 TestDyci[6884:286286] Injecting  class : AppDelegate
2014-11-05 13:43:30.981 TestDyci[6884:286286] Injecting meta class : AppDelegate
2014-11-05 13:43:30.981 TestDyci[6884:286286] Class (AppDelegate) and their subclasses instances would be notified with
2014-11-05 13:43:30.981 TestDyci[6884:286286]  - (void)updateOnClassInjection 
2014-11-05 13:43:30.981 TestDyci[6884:286286] 1 (AppDelegate) class instanses were notified on Class Injection : 
2014-11-05 13:43:30.981 TestDyci[6884:286286] 1 instanses were notified on Class Injection by injecting class: (AppDelegate)
2014-11-05 13:43:30.982 TestDyci[6884:286286] Class was successfully injected
2014-11-05 13:43:30.982 TestDyci[6884:286286]  

Any idea? Thanks!

PaulTaykalo commented 10 years ago

https://github.com/DyCI/dyci-main/wiki/Troubleshooting
and two https://github.com/DyCI/dyci-main/wiki/Update-on-Injection

mhergon commented 10 years ago

@PaulTaykalo Thanks!