tvOS Issues - Advertisements 3.2.0

**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

@spokrock

Thanks for reporting this issue. I’ll pass it along to the engineering team and it should be fixed in a future version.