shiburagi / Drawer-Behavior-Flutter

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
MIT License
209 stars 36 forks source link

iOS build failing #4

Closed guyzk closed 5 years ago

guyzk commented 5 years ago

`/ios/Pods/Headers/Public/drawerbehavior/DrawerbehaviorPlugin.h:1:9: error: 'Flutter/Flutter.h' file not found

import <Flutter/Flutter.h>

    ^
:0: error: could not build Objective-C module 'drawerbehavior'`
guyzk commented 5 years ago

Thought it was a local issue... Still happens

shiburagi commented 5 years ago

i will check it

guyzk commented 5 years ago

i will check it

Anything??

shiburagi commented 5 years ago

Sorry for late reply. I try build & run the example app a few time, but I unable to encounter this issue. What i can suggest, maybe u can try clean the project with flutter clean, then rebuild it

guyzk commented 5 years ago

Well after struggling with the issue it seems it wasn't the libs fault. closing