zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k stars 620 forks source link

Module 'connectivity_plus' not found - Xcode build #1254

Closed AristideVB closed 1 year ago

AristideVB commented 1 year ago

Describe the issue Module 'connectivityplus' not found on Xcode Build (M1 Mac)_

To Reproduce

  1. Create brand new flutter App project
  2. Add graphql_flutter: ^5.1.0 to pubspec.yaml & import in main.dart
  3. Run flutter clean && flutter pub get
  4. Build project from Xcode on an iOS device

Expected behavior Build runs without failing from both the terminal & Xcode

device / execution context iOS - Flutter Channel stable, 3.3.7, on macOS 12.6 21G115 darwin-arm,

Tried solutions from with no success :

https://github.com/fluttercommunity/plus_plugins/issues/337

vincenzopalazzo commented 1 year ago

Please use the last version beta graphql flutter I do not think that this is our problem, looks like more of a configuration problem.