flutter_bluetooth_basic icon indicating copy to clipboard operation
flutter_bluetooth_basic copied to clipboard

Upgrade example project for ios

Open ttyniwa opened this issue 4 years ago • 0 comments

  • Update ios project file to recommended settings by XCode.
    • スクリーンショット 2021-10-03 18 14 45
  • Regenerate Podfile due to out of date. Below error message in AndroidStudio is resolved by this commit.
Exception: Warning: Podfile is out of date
This can cause issues if your application depends on plugins that do not support iOS or macOS.
See https://flutter.dev/docs/development/packages-and-plugins/developing-packages#plugin-platforms for details.
If you have local Podfile edits you would like to keep, see flutter/flutter#45197 for instructions.
To regenerate the Podfile, run:

rm ios/Podfile

btw, I can't resolve below error, and can't run example app. So this PR may not perfect. Cloud you tell me how to resolve this one.

ld: library not found for -lflutter_bluetooth_basic
clang: error: linker command failed with exit code 1 (use -v to see invocation)

ttyniwa avatar Oct 03 '21 10:10 ttyniwa