DyCI / dyci-main

Dynamic Code Injection Tool for Objective-C
MIT License
1.12k stars 121 forks source link

Support for Xcode 6.2 #75

Closed PBruce closed 9 years ago

PBruce commented 9 years ago

Xcode 6.2 seems to have a UUID that you haven't added yet, as per your explanation here:

https://github.com/DyCI/dyci-main/wiki/Troubleshooting

I added this manually to the Info.plist and it seems to work great:

<string>A16FF353-8441-459E-A50C-B071F53F51B7</string>
PaulTaykalo commented 9 years ago

Fixed in 03eceeca296dbdce2cae62a32f8384096b31ecff

PBruce commented 9 years ago

Thanks!