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
You're currently adding iOS' GoogleInteractiveMediaAds SDK as a binary target when installing this SDK through Swift Package Manager.
Even if this works for iOS projects, it doesn't work in tvOS projects. Dependencies are successfully resolved but the project fails to found GoogleInteractiveMediaAds module.
Given that Google has already made GoogleInteractiveMediaAds compatible with Swift Package Manager since versions 3.18.4 for iOS and 4.8.2 for tvOS, I think it would be easier to add it as a dependency taking into account project's platform.
The text was updated successfully, but these errors were encountered:
You're currently adding iOS'
GoogleInteractiveMediaAds
SDK as a binary target when installing this SDK through Swift Package Manager.Even if this works for iOS projects, it doesn't work in tvOS projects. Dependencies are successfully resolved but the project fails to found
GoogleInteractiveMediaAds
module.Given that Google has already made
GoogleInteractiveMediaAds
compatible with Swift Package Manager since versions3.18.4
for iOS and4.8.2
for tvOS, I think it would be easier to add it as a dependency taking into account project's platform.The text was updated successfully, but these errors were encountered: