pedia / flutter_umeng_analytics

umeng analytics for Flutter
MIT License
36 stars 24 forks source link

UMMobClick/MobClick.h file not found #1

Closed openproject closed 5 years ago

openproject commented 6 years ago

pub.flutter-io.cn/flutter_umeng_analytics-0.0.1/ios/Classes/FlutterUmengAnalyticsPlugin.m:3:9: fatal error: 'UMMobClick/MobClick.h' file not found

is a bug or my wrong usage? need help.

pedia commented 6 years ago

These files generated by cocoapods. Did pod install succeeded?

openproject commented 6 years ago

yes,the header can found in app, but in flutter plugin not found

pedia commented 6 years ago

Maybe helped, run this:

FLUTTER_FRAMEWORK_DIR=/path/to/flutter/bin/cache/artifacts/engine/ios pod install

Remember to replace path/to your folder of flutter.