lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

Not compiling #35

Closed wasi166 closed 6 years ago

wasi166 commented 6 years ago

Building external dependencies fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' Command /bin/sh failed with exit code 128

lvsti commented 6 years ago

I'm assuming you are trying to build the project manually. If that is the case, you must switch to the branch that matches the CEF branch you are interested in. See the README for details.

lvsti commented 6 years ago

did it help? can I close this issue?

wasi166 commented 6 years ago

no when I use carthage , it shows "failed to build the project" in terminal so I am doing it manually , I am cloning cef_3359 branch