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
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.
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
The text was updated successfully, but these errors were encountered: