facebook / componentkit

A React-inspired view framework for iOS.
http://www.componentkit.org/
Other
5.76k stars 587 forks source link

compile error #908

Closed ishall1 closed 6 years ago

ishall1 commented 6 years ago

Skipped building yoga due to the error: Dependency "yoga" has no shared framework schemes for any of the platforms: iOS

alickbass commented 6 years ago

Hi! Are you using carthage checkout command?

ishall1 commented 6 years ago

@alickbass Thanks for your reply. I used 'carthage update' command. Is there a way to fix it?

alickbass commented 6 years ago

Yes :) please use checkout instead

ishall1 commented 6 years ago

@alickbass Thank you very much. It works.