Unable to run the Bagisto Mobile app on the iOS — encountering the following errors:
-
Unable to run the Bagisto app on the iOS — encountering the following errors:
Running pod install...
Running Xcode build...
Xcode build done. 90.8s
Failed to build iOS app
Error (Xcode): Package flutter_local_notifications:linux references flutter_local_notifications_linux:linux as the default plugin, but the package does not exist, or is not a plugin package.Could not build the application for the simulator.
Error launching application on iPhone 15. -
Hello @Imran-0
Please confirm whether you followed the steps mentioned in the README.md file here.
https://github.com/bagisto/opensource-ecommerce-mobile-app/blob/main/README.md
Also, please let us know if your project Flutter and Dart version matches the project requirement mentioned in the readme file, which are mentioned below.
Installation Guide
Before beginning with the installation, you will need the following with the mentioned versionsBagisto Version - v2.2.2
Android Studio Version - Flamingo | 2022.2.1
Flutter Version - 3.19.2
Dart - 3.3.0
Xcode - 15.2
Swift - 5Please also verify if you have changed the baseUrl as per your store from here :
Path: lib/utils/server_configuration.dart
static const String baseUrl = ‘....’;
Warm Regards
Team Bagisto