I have a problem when I try to update google-cast-sdk pod in the podspec file my Pod library project.
In this podspec file I have:
s.dependency 'google-cast-sdk', '= 4.2.0'
This version works fine, but I need update the library to the last version so I modified this line to:
s.dependency 'google-cast-sdk'
But when I execute the pod install I get the following error:
[!] The 'Pods-XXXPlay_Example' target has transitive dependencies that include statically linked binaries: (/Users/juanfran/code/xxxx-play-ios/Example/Pods/google-cast-sdk/GoogleCastSDK-ios-4.4.7_static/GoogleCast.framework)
Could you help me with this problem, please?
Thanks so much.