jicang / healywatch_reactive

ff
0 stars 3 forks source link

pub get error in the example app #80

Closed BradKwon closed 2 years ago

BradKwon commented 2 years ago

Hi,

I tried to run the example app on my machine from master branch and I got this pub get error. FYI: very_good packages get -rI used in the log is same as flutter pub get but with recursive options to execute pub get in all subdirectories.

Please fix this and make sure the example app up and running.

Log:

hyeon-gu.kwon@HealyWo72SYML7M healywatch_reactive % very_good packages get -r
✓ Running "flutter packages get" in /Users/hyeon-gu.kwon/dev/healywatch_reactive/example (2.9s)
ProcessException: Standard out
Running "flutter pub get" in example...
Standard error
Because every version of healy_watch_sdk from path depends on flutter_plugin from git and healywatch_reactive depends on flutter_plugin from path, healy_watch_sdk from path is forbidden.
So, because healywatch_reactive depends on healy_watch_sdk from path, version solving failed.
pub get failed (1; So, because healywatch_reactive depends on healy_watch_sdk from path, version solving failed.)
  Command: flutter packages get
BradKwon commented 2 years ago

With the updated Sdk I got via email, this pub get error is fixed. However, when I run the example app on my iOS device, another runtime error arisen.

Please check this and fix.

Screenshot 2022-06-24 at 12 01 50

badjio commented 2 years ago

The error is back again in latest version, please revert back this change to fix it Screenshot 2022-07-21 at 09 58 11

YongHealyWorld commented 2 years ago

From @badjio : ''#80 the fix is simple if it’s okay to push it ourselves to the main repository, I’ll do that, though Hyeon Gu Kwon (DE) reported another error in same issue page, that I didn’t face yet, so it should be also fixed.''

Yong comment: This could be likely closed in a week.

badjio commented 2 years ago

The main error reported above is fixed now.

BradKwon commented 2 years ago

The above runtime error is fixed.