Post

Replies

Boosts

Views

Activity

Reply to Duplicated Signature when archiving a multi platform project
@alexanderwe Can you confirm you´re using Cocoapods in your project? I found a fix for my demo project based in removing the customization on the CONFIGURATION_BUILD_DIR variable that CP does in the Module.release.xcconfig file. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO # This generates a duplication in the framework generation as you can see in the attached image # CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Library1 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
Aug ’23