-
Notifications
You must be signed in to change notification settings - Fork 51
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
The 'Pods-Runner' target has transitive dependencies #3
Comments
Per response flutter/flutter#14161 (comment) and article at https://blog.cocoapods.org/CocoaPods-1.4.0/#static-frameworks, it looks like |
Hi, I'm having this exact problem when I try to use this and flutter_inappbrowser. @RaduGrama I can't figure out where to add the All of the things I've tried:
(etc.)
Radu, what worked for you my friend? @aloisdeniel, any insights please? Would be amazing to have this fixed. Thanks |
Hi, I'm having the same problem, I need to use this plugin in order to have automated builds on appcenter.ms. Any clue? |
Any news on this ? |
Any solution? |
This forked repository worked for me: pubspec.yaml: app_center:
git:
url: https://github.com/nate-eisner/flutter_plugin_app_center.git
path: src/app_center
app_center_crashes:
git:
url: https://github.com/nate-eisner/flutter_plugin_app_center.git
path: src/app_center_crashes
app_center_analytics:
git:
url: https://github.com/nate-eisner/flutter_plugin_app_center.git
path: src/app_center_analytics |
This is just a reference to the issue at flutter/flutter#14161 opened by you already:
The text was updated successfully, but these errors were encountered: