injectionforxcode icon indicating copy to clipboard operation
injectionforxcode copied to clipboard

Runtime Code Injection for Objective-C & Swift

Results 77 injectionforxcode issues
Sort by recently updated
recently updated
newest added

I found appCode is much more better than the Xcode, but I am familiar with injection in Xcode. when I install the injection plugin for appCode, I found it not...

When you patch your main.m via the Injection AppCode menu item, it adds your machine's current IP address as a constant. Any reason it doesn't set this to something like...

when i run injectiongforxcode in my project, "symbol not found" error happens. here is the detail message. `Symbol not found: _OBJC_CLASS_$_BLAccountRestartRequest Referenced from: /Users/huangzeyu/Downloads/teacher/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle2.bundle/InjectionBundle Expected in: flat namespace ` and...

I want to konw if i don't add function "injected(){ viewdidload() }",Can it refresh view?

Hi John, Thank you for all your hard work on this. I have been able to get the plugin to work with a new project without any trouble but when...

I have a project with an embedded watch app and watch extension Bundle. When the bundle is created, it sets the sdk to watchOS instead of the correct iOS. this...

2016-03-29 16:17:44.083 CAlayer[2587:62728] Injection attempting connection to: 127.0.0.1:31442 2016-03-29 16:17:44.133 CAlayer[2587:62728] Connected to "Injection" plugin, ready to load x86_64 code. Compiling /Users/apple/Desktop/CAlayer/CAlayer/ViewController.m 0.05 real 0.03 user 0.02 sys objc[2587]: Class...

I was wondering if this is possible to refresh all NSLocalizedStrings after injection? Now, when I inject the code and re-render the view in "injected" method, instead of proper translated...

The file /Users/guojunbing23/Documents/jackwork/xcode/DemoSwift/DemoLine/OSXInjectionProject/InjectionBundle.xcodeproj does not exist. 

Patching project contained in: /Users/guojunbing23/Documents/jackwork/xcode/DemoSwift/DemoLine/

The following build commands failed:
 CompileC build/InjectionBundle.build/Debug-iphonesimulator/InjectionBundle.build/Objects-normal/x86_64/BundleContents.o BundleContents.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

**\* Build Failed with status: 65. You may need to open and edit the bundle project...