You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 lines.static_framework = true
tosingular_flutter_sdk.podspec
file.This solved the problem and pod installs successfully. Can u guys take care? Thanks.
The text was updated successfully, but these errors were encountered: