rambler-digital-solutions / rambler-it-ios

open source VIPER application
MIT License
332 stars 57 forks source link

UberRides/UberRides.h issue #154

Closed ilyarmnzhdn closed 7 years ago

ilyarmnzhdn commented 7 years ago

'UberRides/UberRides.h' file not found UberRidesAssembly.h

suriksarkisyan commented 7 years ago

@ilyarmnzhdn sorry for this. You can fix it by Carthage installation. You can use Homebrew and install the Carthage tool on your system simply by running brew update and brew install carthage. (note: if you previously installed the binary version of Carthage, you should delete /Library/Frameworks/CarthageKit.framework). Then just navigate to project folder in terminal and use carthage update More info about Carthage installation you can find here.

I will try to find some better fix for this.

suriksarkisyan commented 7 years ago

@ilyarmnzhdn from now you should only install Carthage on your Mac. No need to use carthage update more.

ilyarmnzhdn commented 7 years ago

@suriksarkisyan thank you! Issue is solved.