Closed DarthMike closed 10 years ago
Please make sure you don't have this one:
https://github.com/DyCI/dyci-main/issues/60
Thanks I'm going to check today and let you know.
Yes I do have the changes from #60. So the log in my case is:
2014-11-18 11:16:29.243 Bumble[28875:6340859] DYCI directory path is : /Volumes/BigSATA/.dyci 2014-11-18 11:16:29.245 Bumble[28875:6340859] ============================================ 2014-11-18 11:16:29.245 Bumble[28875:6340859] DYCI : Dynamic Code Injection was started... 2014-11-18 11:16:29.245 Bumble[28875:6340859] To disable it, paste next line in your application:didFinishLaunching: method :
[NSClassFromString(@"SFDynamicCodeInjection") performSelector:@selector(disable)];
But my home directory is /Volumes/BigSATA/miquHome/
Hi there, can you check this one. It should help. I won't change my $HOME to check it :) So check precisely
Hi,
thanks for a really useful lib! When using dyci on my mac at work, I have moved my home folder, so instead of: /Users/mquinones/ it is /Volumes/BigSATA/miquHome/
I've debugged the code, and it happens that: In SFDynamicCodeInjection.m:103: char * userENV = getenv("USER")
is NULL, and default path override is not working.