Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Solving Failed #472

Open
3 tasks done
3DCoded opened this issue Feb 5, 2025 · 1 comment
Open
3 tasks done

Version Solving Failed #472

3DCoded opened this issue Feb 5, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@3DCoded
Copy link

3DCoded commented Feb 5, 2025

Bug Report

Description

Hello,

When I try to compile Mobileraker, I get version solving errors with flutter pub get

Resolving dependencies... 
Because mobileraker depends on mobileraker_pro from path which depends
  on rxdart ^0.27.3, rxdart ^0.27.3 is required.
So, because mobileraker depends on rxdart ^0.28.0, version solving
  failed.
Failed to update packages.

Steps to Reproduce

  1. Create an empty directory
  2. Clone https://github.com/Clon1998/mobileraker into it
  3. Clone https://github.com/Clon1998/mobileraker_pro_pub into it
  4. cd mobileraker/common
  5. flutter pub get && flutter packages pub run build_runner build
  6. cd ../../mobileraker_pro_pub
  7. flutter pub get
  8. Error

Expected Behavior

The app should compile as expected.

Version Information

  • Device-OS (Android/iOS): macOS Sequoia 15.3

Additional Context

I've tried the instructions on the README and in #380

Depending on how well I pick up Flutter, I may start working on a Happy Hare interface for Mobileraker, as a Mainsail panel is now available in beta.


Checklist

To help us diagnose the issue, please ensure you've completed the following steps:

  • Provided a clear bug description.
  • Listed detailed steps to reproduce the issue.
  • Described the expected behavior.
@3DCoded 3DCoded added the bug Something isn't working label Feb 5, 2025
@3DCoded
Copy link
Author

3DCoded commented Feb 5, 2025

@Clon1998 ,

After modifying mobileraker_pro_pub/pubspec.yaml and changing rxdart: ^0.28.0, I am able to proceed with building. Now, I am getting a CocoaPods error:

Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.
To update the CocoaPods specs, run:
  pod repo update

Error running pod install
Error launching application on iPhone 16 Pro.

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant