Lona / Lona

A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing on a fresh macbook

ohld opened this issue · comments

Hi there! I'm trying to test your app, but I have not do any iOS development.

I've tried to do these commands:

cd studio
bundle && bundle exec pod install
carthage bootstrap --new-resolver --platform macOS

But it failed.

I was asked to install carthage. The installation command:

brew install carthage

After I have received an error:

xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH

and this solved this problem: https://stackoverflow.com/questions/40743713/command-line-tool-error-xcrun-error-unable-to-find-utility-xcodebuild-n.

May be this will be useful to update installation instructions.

Thanks for pointing this out @ohld! I'll definitely update the instructions.