magillus / flutter-fimber

Fimber is Flutter logger inspired by Timber (logger API for Android)
106 stars 22 forks source link

No podspec found for `flutter_fimber` in `.symlinks/plugins/flutter_fimber/darwin` #132

Open adrianvintu opened 1 year ago

adrianvintu commented 1 year ago

I get this

No podspec found for flutter_fimber in .symlinks/plugins/flutter_fimber/darwin

when executing build on ios

flutter clean && flutter pub get && cd ios && rm -Rf Podfile.lock && pod install --repo-update

Can anyone build on ios?

Using

  fimber: ^0.7.0
  fimber_io: ^0.7.0
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.10.5, on macOS 13.4.1 22F82 darwin-arm64, locale en-RO)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.2)
[✓] VS Code (version 1.79.2)
[✓] VS Code (version 1.77.3)
[✓] Connected device (3 available)
[✓] Network resources

I could build last week with

  fimber: ^0.6.6
  fimber_io: ^0.6.6

and flutter 3.7.2

magillus commented 1 year ago

OH, sorry. I didn't run this through iOS and Apple device - it may take some time to do it - try to use fimber/fimber_io if needed, the iOS plugin was just doing same - combine the log level/message, date into similar output on iOS side. It is the android plugin side that formats it correctly.

adrianvintu commented 1 year ago

Thank you @magillus I will wait for the update :)

josh-burton commented 1 year ago

Any news on this update?

I'm a long time user and advocate of Fimber but the latest update is purely broken.