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

Unable to integrate: "target has transitive dependencies that include statically linked binaries: (Analytics)" #92

Open
cerupcat opened this issue Jan 30, 2021 · 5 comments

Comments

@cerupcat
Copy link
Contributor

cerupcat commented Jan 30, 2021

At some point, things were working, so I'm not sure what changed recently. When adding this pod, I'm receiving the final error from cocoapods:

[!] The 'Pods-MOJO' target has transitive dependencies that include statically linked binaries: (Analytics)

This seems to relate to using use_frameworks! in cocoapods. Removing that causes another error the #import <Segment/SEGAnalytics.h> can't be found.

@tfe
Copy link

tfe commented Feb 11, 2021

I resolved this by updating CocoaPods from 1.10.0 to 1.10.1. 🤷

@tfe
Copy link

tfe commented Feb 11, 2021

Sorry! That didn't actually fix it. I have this problem too.

@superzadeh
Copy link

I have the same problem as well.

@wvabrinskas
Copy link

I am on 1.10.1 and this issue is still persistent. I ran:

rm -rf ./Pods/*
pod deintegrate
pod cache clean --all
pod install --repo-update

Still receiving this issue:

[!] The 'Pods-Redacted' target has transitive dependencies that include statically linked binaries: (Analytics)

I am aiming at the latest version of Analytics as well.

@atov
Copy link

atov commented Apr 26, 2021

🤔 I have the same issue

cocoapods 1.10.1
Analytics 4.1.2 & 4.1.3

Any news about it?

Just noticed about segmentio/analytics-ios#991

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

5 participants