Wire-ios: Can't install ./setup.sh

Created on 26 Jul 2016  路  6Comments  路  Source: wireapp/wire-ios

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

image

How to fix?

Most helpful comment

@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

All 6 comments

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:

  • Run ./setup.sh by sudo
  • Run pod install
  • Open ProjectName.xcworkspace.

Hope 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 馃拑

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KVTaniguchi picture KVTaniguchi  路  4Comments

lucifer662607004 picture lucifer662607004  路  5Comments

dfarr24 picture dfarr24  路  3Comments

IpsmLorem picture IpsmLorem  路  6Comments

S2F0amEgS2xvdmVy picture S2F0amEgS2xvdmVy  路  3Comments