layoutBox / FlexLayout

FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.
MIT License
2.01k stars 227 forks source link

No such module 'FlexLayout' #90

Closed Martian2Lee closed 6 years ago

Martian2Lee commented 6 years ago

git clone https://github.com/layoutBox/FlexLayout.git cd FlexLayout/Example/ pod install image image

el-hoshino commented 6 years ago

Probably you need to open FlexLayout.xcworkspace instead of Example/FlexLayoutSample.xcodeproj, and run the example target inside the workspace

git clone https://github.com/layoutBox/FlexLayout.git
cd FlexLayout/
pod install
open FlexLayout.xcworkspace
Martian2Lee commented 6 years ago

Got it thank you @el-hoshino !