Support Forum

Ask a Question
Back to all

iOS Cocoapods Framework CoreLocation

Hi, After installing the SDK using cocoapods (pod 'TaboolaSDK', '2.3.8') I see that TaboolaSDK.xcconfig uses the following configuration:

CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/TaboolaSDK FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/TaboolaSDK" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -framework "AdSupport" -framework "CoreLocation" -framework "Foundation" -framework "SafariServices" -framework "UIKit" -framework "WebKit"

Why does TaboolaSDK need CoreLocation?