flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

Error Flutter/Flutter.h

Open dany2709 opened this issue 3 years ago • 0 comments

Hi, I recently came across this error in the plugin and shared preferences. I've tried everything and nothing seems to fix it.

Xcode's output:
↳
    In file included from /Volumes/DATA/Flutter/sdk-flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_secure_storage-5.0.2/ios/Classes/FlutterSecureStoragePlugin.m:1:
    /Volumes/DATA/Flutter/sdk-flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_secure_storage-5.0.2/ios/Classes/FlutterSecureStoragePlugin.h:1:9: fatal error: 'Flutter/Flutter.h' file not found
    #import <Flutter/Flutter.h>
            ^~~~~~~~~~~~~~~~~~~

dany2709 avatar Dec 16 '21 07:12 dany2709