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

Static Library embedding no longer works with Cocoapods #11

Open
justin opened this issue May 4, 2015 · 0 comments
Open

Static Library embedding no longer works with Cocoapods #11

justin opened this issue May 4, 2015 · 0 comments

Comments

@justin
Copy link

justin commented May 4, 2015

As of Cocoapods 0.37, updating our pods throws this error related to KISSMetrics.

[!] The 'Pods' target has transitive dependencies that include static binaries: (~/Projects/Commander/Pods/KISSmetrics-iOS-SDK/KISSmetricsSDK.framework)

It's likely because the KISSMetricsSDK is a faux framework rather than a modern framework as Apple introduced as WWDC last year.

We have to use the use_frameworks! options in our Podfiles because of Swift, so this is a show stopper for us right now, outside of just manually importing the KISS framework.

Would love to see you guys update your SDK to support this. Let me know how I can help.

For reference, this is the Cocoapods issue tracking this: CocoaPods/CocoaPods#3194

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