Example app 'WildeGuess' does not compile
thurn opened this issue · 3 comments
thurn commented
Following the instructions in the 'Getting Started' guide, I get this error when I attempt to compile the WildeGuess app:
No such file or directory: '<...>/componentkit/Carthage/Checkouts/yoga/yoga/Yoga.c'
Using Xcode 9.0.1.
d16r commented
Looks like you need to run carthage bootstrap
vividcode commented
You need to run following command after carthage bootstrap
in order for the whole thing to work out of XCode:
bash build.sh ci-componentkit-ios
I have already updated readme.md with pull request.