Tealium 2.5.1 Carthage --use-xcframeworks --platform iOS Transport issue

Bronze Contributor
Bronze Contributor

Issue 1 --use-xcframeworks: TealiumCore embeds inside iOS, tvOS and watchOS a Frameworks folder containing dylibs causing a failure during the transport of the app. To fix this issue you need to manually remove the Frameworks folder inside TealiumCore.framework.
image.png
Issue 2 --platform iOS: Although specifying only iOS, it compiles the macOS, tvOS and watchOS versions.

Public