injectionforxcode
injectionforxcode copied to clipboard
Runtime Code Injection for Objective-C & Swift
Hi, I cannot inject code. I installed the plugin by cloning the git and built it with xcode (6.3 last version). When I launch my app I see: ``` +[BundleInjection...
I installed injectionIII, and ran a new project.When I press `command + s`, the method `-(void)injected` called, but `viewdidload` are not called.How can I reload all code?
change UI ,then command + s, crashed, log: *** -[RACDynamicSignal retain]: message sent to deallocated instance 0x604003a27840 I use RAC in my app , because of that?
*** Compiling /Users/mys/Desktop/***/GiftedStudent1/TKApp/modules/finances/Controller/TFSFinancesRootViewController.m *** *** Re-compilation failed (/Users/mys/Library/Containers/com.johnholdsworth.InjectionIII/Data/command.sh) fatal error: malformed or corrupted AST file: 'could not find file '/Users/mys/Desktop/***/GiftedStudent1/TKApp/Modules/sso/Model/TFSFundAccountInfo.h' referenced by AST file '/Users/mys/Library/Developer/Xcode/DerivedData/Build/Intermediates.noindex/PrecompiledHeaders/GCS-Prefix-cqmfxvynofpsafafwdhhlfljpkor/GCS-Prefix.pch.pch'' note: after modifying system headers,...
I downloaded the software from AppStore to run Xcode and modify the code to report wrong One of the two will be used.Which on is how to deal with it.
`*** Build Failed with status: 2. You may need to open and edit the bundle project to resolve issues with either header include paths or Frameworks the bundle links against....
Hey I just realized that injection doesn't work when I subclass view controller from generic view controller. I have a file like this. ``` import UIKit class GenericController: BaseViewController {...
Hi, I'm working in Xcode and with most of the files, it works really well. With some swift files, it happens that they are not injected when I save them...
Hi again 🙂 I'm having trouble with updating a class that extends CAShapeLayer. The log says it has been injected, but the app does do not reflect its changes. The...
I first reported this problem to https://github.com/polac24/InjectionTDD/issues/11 but I copy it here as @polac24 told me it is the right place 👌🏻 ---- Hi, Thanks for this lib. It looks...