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

The 'Pods-Runner' target has transitive dependencies that include statically linked binaries #61

Open
cayanayy opened this issue Nov 3, 2024 · 0 comments

Comments

@cayanayy
Copy link

cayanayy commented Nov 3, 2024

If you have
use_frameworks! use_modular_headers!
in your Podfile, while pod install 12.6.0 Singular_SDK gives:
'Pods-Runner' target has transitive dependencies that include statically linked binaries. error.
Flutter Version -> 3.24.4, Dart Version -> 3.5.4

To solve this problem I forked the package and in ios folder added this line s.static_framework = true to singular_flutter_sdk.podspec file.

This solved the problem and pod installs successfully. Can u guys take care? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant