scientifichackers / flutter-rx-ble

A Flutter BLE plugin, based on RxAndroidBle and RxBluetoothKit.
GNU Lesser General Public License v3.0
35 stars 18 forks source link

SWIFT_VERSION #13

Closed mengzhidaren closed 5 years ago

mengzhidaren commented 5 years ago

plugin_scaffold 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.

pbaker5 commented 5 years ago

I used this work around to get the iOS version working: https://github.com/kiwi-bop/flutter_crashlytics/issues/22#issuecomment-508930744

mengzhidaren commented 5 years ago

I introduced rx_ble in IOS using flutter module, which was normal after running, but the dependency file was missing. There is no Rx Bluetooth Kit libraries, but Android is normal and running well.

mengzhidaren commented 5 years ago

The solution is that the environment is not configured properly.