Flutter 写插件,依赖AliyunOSSiOS报错
[!] The following Swift pods cannot yet be integrated as static libraries:
The Swift pod `XXX` depends upon `AliyunOSSiOS`, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers => true` for particular dependencies.
报错已经很明显了,在example里面加一个
use_modular_headers!
-> Pod installation complete! There are 2 dependencies from the Podfile and 7 total pods installed.
pod完成!