-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run on ios error,help me #8
Comments
it may be Cocoapods version hasn't supported. use cocoapods 1.4 version to solve this problem. @hasonguo |
@Xbigfat Do you have implement disk cache for flutter:DiskLruCache. If you had implemented DiskLruCache . I wish you can share it.Thanks |
@hasonguo Sorry I don't use that... |
I have the same question, my Cocoapods version is 1.5.3, |
@lyxia just uninstall the current Cocoapods 1.5 and re-install the 1.4 version.here is the command 1.Uninstall the current version using this command
2.Reinstall the 1.4 version
then ,you can build again. |
flutter/flutter#16273 resolve my problem, thanks. |
Xcode's output:
↳
In file included from /Users/guohaisheng/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.2/ios/Classes/SharedPreferencesPlugin.m:5:
/Users/guohaisheng/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.2/ios/Classes/SharedPreferencesPlugin.h:5:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
The text was updated successfully, but these errors were encountered: