segment-integrations/analytics-ios-integration-nielsen-dtvr

'SEGTrackPayload.h' file not found

Closed this issue · 1 comments

When using Cocoapods with the generate_multiple_pod_projects option I see this error in SEGNielsenDTVRIntegration.m:

'SEGTrackPayload.h' file not found

To reproduce this issue just create a project with this Podfile:

source 'https://cdn.cocoapods.org/'
source 'https://github.com/NielsenDigitalSDK/nielsenappsdk-ios-specs-dynamic.git'

install! 'cocoapods',
  :generate_multiple_pod_projects => true

target 'TestPods' do
  use_frameworks!
  platform :ios, '12.0'
  pod 'Analytics', '4.1.0'
  pod 'NielsenAppSDK', '8.0.0'
  pod 'Segment-Nielsen-DTVR', :git => 'https://github.com/segment-integrations/analytics-ios-integration-nielsen-dtvr.git', :tag => '1.0.0'
end