yasukotelin / ext_storage

ext_storage is minimal flutter plugin that provides external storage path and external public storage path.
MIT License
29 stars 61 forks source link

Build on Xcode 12.0.1 failing (swift compilation error) #7

Closed gagandeep-s closed 3 years ago

gagandeep-s commented 3 years ago
flutterSDK/.pub-cache/hosted/pub.dartlang.org/ext_storage-1.0.3/ios/Classes/ExtStoragePlugin.m:2:9: fatal error: 'ext_storage/ext_storage-Swift.h' file not found
#import <ext_storage/ext_storage-Swift.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

image

image

gagandeep-s commented 3 years ago

Please make it compilable on iOS swift.

gagandeep-s commented 3 years ago

**This has been resolved now, below is the log of changes:**

image

image