Closed haxpor closed 9 years ago
You need to “patch” your project for it to inject on a device (Product/
Is there a detailed tutorial, such as the screenshot.
From above, I already patched the project.
This unhide.sh script is how to do
Oops, well it’s not connecting then. Check the list of IP addresses in the project’s main.m. If it is a Swift project or doesn’t have a main.m you’ll need to add one so it can be patched.
I have main.m, and I can see it modified the file.
have you #defined DEBUG in your project build settings. You should be getting messages on your console telling you what is happening.
Thank you Johnno, your support is amazing.
I don't have time right now, might be a few days to a week. I will get back to this as soon as possible. The fact is I've changed to work with AppCode instead of XCode now, and although I faced a new issue in AppCode but I will get back to this.
I test this on real device. Patched the project first, then add
CCLOG("added line");
into the following code.That means whenever the application goes to background, then
added line
should be shown on console.What I got in console is
Any idea of why the added code wasn't executed?