Framework not found GoogleAppMeasurement

My GoogleAppMeasurement.xcconfig looks ok, must bne something else ?

CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleAppMeasurement

FRAMEWORK_SEARCH_PATHS = $(inherited) “${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities” “${PODS_CONFIGURATION_BUILD_DIR}/nanopb” “${PODS_ROOT}/GoogleAppMeasurement/Frameworks”

GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework “StoreKit”

PODS_BUILD_DIR = ${BUILD_DIR}

PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)

PODS_ROOT = ${SRCROOT}

PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleAppMeasurement

PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}

SKIP_INSTALL = YES

USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES

hello, i think you have a missing pod somewhere

Yes found the error I needed to update my Macbook Pro and then reinstalled Pods worked fine Thank you

1 Like