hanabi1224 / flutter_appcenter_bundle

MIT License
20 stars 48 forks source link

Build error android/ios #30

Closed p3root closed 3 years ago

p3root commented 3 years ago

Android `

iOS

` [!] CocoaPods could not find compatible versions for pod "AppCenter": In snapshot (Podfile.lock): AppCenter (= 3.2.0, ~> 3.2.0)

`

thingthing commented 3 years ago

I got the same issue, i reverted the package version to 3.2.0+2 and it fixed the issue for now: i put flutter_appcenter_bundle: 3.2.0+2 in my pubspec.yaml, delete my pubspec.lock and do a flutter pub get afterwards

NightOwlCoder commented 3 years ago

hey guys, so I worked around this error by using this other library:

https://github.com/vincenzosarnataro/app_center_bundle_sdk

and adding this implementation 'androidx.annotation:annotation:1.1.0' to my ./android\app\build.gradle dependencies session.

Hopes this hopes someone like me that got stuck with a urgent delivery :)

michaelmairegger commented 3 years ago

Same here with Flutter 2.0.2 and Dart 2.12.1

progs commented 3 years ago

Same issue here

Flutter 2.0.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 8962f6dc68 (6 days ago) • 2021-03-11 13:22:20 -0800
Engine • revision 5d8bf811b3
Tools • Dart 2.12.1
hanabi1224 commented 3 years ago

Regarding ios issue, manually delete podfile.lock, for android, are you able to build example project?

hanabi1224 commented 3 years ago

Please check updated readme

Lastmentor commented 3 years ago

I got the same issue, i reverted the package version to 3.2.0+2 and it fixed the issue for now: i put flutter_appcenter_bundle: 3.2.0+2 in my pubspec.yaml, delete my pubspec.lock and do a flutter pub get afterwards

Was having the same problem after using this version it work for me.

p3root commented 3 years ago

Still got the same error.

Please check updated readme Already did ...still the same damn error