DyCI / dyci-main

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

DyCI problems with Xcode 6.3.2 #94

Closed nickbit closed 9 years ago

nickbit commented 9 years ago

After installing DyCI and opening Xcode 6.3.2 I got a warning if I surely want to enable DyCI plugin. After answering YES, and trying to compile the code, I got some clang errors (cannot recall what exactly now, need to reinstall DyCI again in order to get that info to you). I tried to uninstall and the problems persisted. Had to delete Xcode and reinstall it again.

Any other having these problems? Is there any workaround?

PaulTaykalo commented 9 years ago

Are you referencing to this "issue" ? https://github.com/DyCI/dyci-main/issues/8
https://github.com/DyCI/dyci-main#warning

If it's your problem, then, as a "workaround" you can use this
https://github.com/DyCI/dyci-main/releases/tag/1.6

(TL;DR:) Smply use ./install.sh -s when installing dyci

nickbit commented 9 years ago

Yes that's the problem. Thank you!

PaulTaykalo commented 9 years ago

Duplicated #8