aliyun / alibabacloud-push-flutter-plugin

MIT License
22 stars 9 forks source link

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

Closed saperliu closed 1 year ago

saperliu commented 1 year ago

pod install 报错: [!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (/Users/**/work/app/ios/Pods/AlicloudPush/push/CloudPushSDK.framework)

saperliu commented 1 year ago

如果注释掉 use_frameworks! 在Xcode里编译时会报: framework not found FMDB

saperliu commented 1 year ago

把下面的一行: use_modular_headers! 也注释掉,再重新pod install 就好了。