johnno1962 / injectionforxcode

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

Xcode 8.1 #181

Closed prefect42 closed 7 years ago

prefect42 commented 7 years ago

When compiling Injection on unsigned Xcode 8.1 (8B62) no menu items are added. There was no New Plugins Alert on restart. The plugin is in the Plugins Folder in Application Support though.

Did Apple remove Plugins support completely in 8.1?

prefect42 commented 7 years ago

Ok it seems the new UUID was missing in the plist: DA4FDFD8-C509-4D8B-8B55-84A7B66AE701 should be added

ZionChang commented 7 years ago

I'm also using Xcode8, but the injection doesn't work, although "I've been injected: (self)" had shown in the console. @prefect42

johnno1962 commented 7 years ago

UUID for Xcode 8.1 and Xcode 8.2 beta added