When i try run ./setup.sh in project folder
Terminal show this message:
http://i.imgur.com/Lqvoerp.png

How to fix?
Hey @hprobotic! Thanks for reporting the issue. We will check it and give you the possible workaround/fix.
Hi @mikeger
Thanks for your response, after few minutes, i has can run this project
But i think we should update our install document:
./setup.sh by sudopod installHope that help other guys
@hprobotic hey! Thanks for the feedback. If you check, setup.sh is already doing pod install on line 54: https://github.com/wireapp/wire-ios/blob/develop/setup.sh#L54
Also doing setup.sh is not required and _DANGEROUS_ under sudo (usually). Also it is not convenient, if you do it under sudo your pods workspace would be created by superuser, and you would be unable to edit it.
The issue you are facing is connected to renaming the frameworks: we used to have zmc prefix, now we are migrating to wire-ios prefix. Please stand by until we update all the frameworks & Cartfile in out repo
@hprobotic can you try to pull and test it now? It should be fixed. Have fun! 馃憤
@hprobotic please let us know if the problem is fixed for you on the most recent master branch, so we can close the issue. Thanks!
Thanks @marcoconti83 and your team for hard work, every things work like charm right now, We able to close this issue. Hope can return asap 馃拑
Most helpful comment
@hprobotic hey! Thanks for the feedback. If you check,
setup.shis already doingpod installon line 54: https://github.com/wireapp/wire-ios/blob/develop/setup.sh#L54Also doing
setup.shis not required and _DANGEROUS_ under sudo (usually). Also it is not convenient, if you do it under sudo your pods workspace would be created by superuser, and you would be unable to edit it.The issue you are facing is connected to renaming the frameworks: we used to have
zmcprefix, now we are migrating towire-iosprefix. Please stand by until we update all the frameworks &Cartfilein out repo