I have a Generic sdk target using Tealium. The app release target uses the Generic sdk. Tealium 5.5.5 in the podfile. However now building with xCode 11 I get the following error Multiple commands produce '../TealiumIOS.framework.dSYM': 1) That command depends on command in Target 'Target1' (project 'ProjectName'): script phase “[CP] Embed Pods Frameworks” 2) That command depends on command in Target 'Target2' (project 'ProjectName'): script phase “[CP] Embed Pods Frameworks” If I remove "${DWARF_DSYM_FOLDER_PATH}/TealiumIOS.framework.dSYM" from one of the Build Phases [CP] Embeded Pods Frameworks, then there is no Build error. (this is not an option, as we use a build server that downloads the pods everytime). I have tried changing the podfile to only add TealiumIOS to specfic target. This still does not work. Please can you let me know a solution Thanks Clive
... View more