johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 565 forks source link

Xcode 9.3 dosn't work #254

Open kaqijiang opened 6 years ago

kaqijiang commented 6 years ago

OC&Swift. it dosn't work. http://johnholdsworth.com/Injection93.app.zip

There is no response

johnno1962 commented 6 years ago

Please use the version from the Mac App Store.

wooodypan commented 5 years ago

@johnno1962 Do you mean http://johnholdsworth.com/Injection93.app.zip dosen't match Xcode 9.3 or the Mac App Store version can work too ?

wooodypan commented 5 years ago

sorry, the Mac App Store version can work on Xcode 9.3 . I forget the code blow in AppDelegate, I think this issue could be closed

NSBundle *bundle = [[NSBundle alloc] initWithPath:@"/Applications/InjectionIII.app/Contents/Resources/iOSInjection.bundle"];
    [bundle load];