hui-z / flutter_install_plugin

A flutter plugin for install apk for android; and using url to go to app store for iOS.
MIT License
96 stars 105 forks source link

Need Swift version #27

Closed lijing89 closed 4 years ago

lijing89 commented 4 years ago

install_plugin does not specify a Swift version and none of the targets (Runner) integrating it have the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute in at least one of the targets that integrate this pod

lijing89 commented 4 years ago

Error output from CocoaPods: ↳

[!] Automatically assigning platform `ios` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

Error running pod install

lijing89 commented 4 years ago

原因是OC项目没有桥接swift,参考:http://www.freesion.com/article/3401520/#_200