We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
use_frameworks!
#import <Segment/SEGAnalytics.h>
The text was updated successfully, but these errors were encountered:
I resolved this by updating CocoaPods from 1.10.0 to 1.10.1. 🤷
Sorry, something went wrong.
Sorry! That didn't actually fix it. I have this problem too.
I have the same problem as well.
I am on 1.10.1 and this issue is still persistent. I ran:
1.10.1
rm -rf ./Pods/* pod deintegrate pod cache clean --all pod install --repo-update
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.
Analytics
🤔 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
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: