**This only resolves the Xcode build process - seeing that Ads was probably working in this version:
Version 3.2.0
Not all of the iOS meta data files are flagged for tvOS and as result causes Xcode to fail on build.
Insert this into each meta data file of the Advertisement Package for 3.2.0 under the plugins/iOS folder.
- first:
iPhone: iOS
second:
enabled: 1
settings: {} - first:
tvOS: tvOS
second:
enabled: 1
settings: {}
The files affected are as follows:
UnityJsonAdditions.h.meta
UnityAdsPurchasingWrapper.h.meta
UnityAdsUtilities.h.meta
UnityAds.framework.meta
Warning this only allows the project to build for tvOS sim due to the missing tvOS arm64 slice