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

when pressed ctrl+= Injection Console show a failure as follow ``` buidRoot: /Users/XXX/Library/Developer/Xcode/DerivedData/ProjectName-emsjnuasnezifeancktgoxvtioxd/Build 
logDir: /Users/XXX/Library/Developer/Xcode/DerivedData/ProjectName-emsjnuasnezifeancktgoxvtioxd/Logs/Build 

Learnt compile: ... real 0m0.425s 
user 0m0.015s 
sys 0m0.262 s
sh: Utility/XXXHelper.m: No such file...

Steps to reproduce 1. start project 2. make injection with saving file 3. make any push VC with implemented func prepare(for segue: , sender: ) and force cast in it....

hi,johnno1962,it is a very useful tool for me. But my propject depends on multi projects, i found it doesn't support this feature that if i modify a file in sub...

Hi, This tool is such a brilliant idea, thank you for your hard work. My project encountered a special crash case while performing injection, looks like some methods of 3rd...

Hello, John. Please, help. During injection I'm receiving such error: Xcode console log: `Compiling /Users/sergei.prikhodko/PR/Project/ProjectLive/Code/Managers/NetworkStatusManager.m 0.05 real 0.03 user 0.01 sys 2016-10-10 10:20:48.948 Project[9481:140869] Error loading /Users/sergei.prikhodko/PR/Project/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle5.bundle/InjectionBundle: dlopen(/Users/sergei.prikhodko/PR/Project/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle5.bundle/InjectionBundle, 265): Library...

Thanks for the great tool, looking forward to trying it out! I am trying to get the Injection app (downloaded from http://johnholdsworth.com/Injection9.app.zip) running with Xcode Version 9.0 (9A235). When trying...

My project base on Swift4.0(Xcode9.0.1). when trying to inject I'm getting an EXC_BAD_ACESS exception within EXC_BAD_ACCESS (code=1, address=0x10)。 The statck trace: ``` libFosl_dynamic.dylib`fosl_filter_kernelpool_getAttributeParameters: 0x10fbb5a80 : pushq %rbp 0x10fbb5a81 : movq...

how i can inject storyboard using injection App

Hi, we're looking at using this plugin widely at the large tech company, but we want to make sure that the security is very solid before we do so. It...