Hello @Imran-0
Upon reviewing the details you shared, we have identified that the issue you're experiencing is due to the Xcode version. The current project is compatible with Xcode 15.2, whereas you are using Xcode 16.3. To resolve this, the Flutter packages and dependencies need to be updated for compatibility with Xcode 16.2.
We are actively working on making the project fully compatible with Xcode 16.3 and expect to release an updated version by next week.
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 versions
Bagisto Version - v2.2.2
Android Studio Version - Flamingo | 2022.2.1
Flutter Version - 3.19.2
Dart - 3.3.0
Xcode - 15.2
Swift - 5
Please 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