1

I have tried to run a project

So, I download a files and run a build instructions. When I run a

bundle exec pod install

is showing error. I can't able to understand. Please help me.

enter image description here

After that I have run below commands

brew update

brew install cmake

Now error was showing like

enter image description here

Community
  • 1
  • 1
Kathiresan Murugan
  • 2,783
  • 3
  • 23
  • 44

1 Answers1

0

I found a solution for this question and now workspace was created.

Before I run this command bundle exec have to run Xcode-select

Like

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

bundle exec pod install

Community
  • 1
  • 1
Kathiresan Murugan
  • 2,783
  • 3
  • 23
  • 44