while processing /RedactedPathToProject/Pods/GoogleAds-IMA-iOS-SDK-For-AdMob/GoogleInteractiveMediaAds/GoogleInteractiveMediaAds-GoogleIMA3ForAdMob/GoogleInteractiveMediaAds.framework/GoogleInteractiveMediaAds(IMAActivityMonitor.o):
warning: /var/folders/00/1mvj8000h01000cxqpysvccm006lf5/C/org.llvm.clang.sanils/ModuleCache/1CF4LWMB3FMG8/Darwin-2UFA342AAV37H.pcm: No such file or directory
note: Module debugging should be disabled when shipping static libraries.
while processing /RedactedPathToProject/Pods/GoogleAds-IMA-iOS-SDK-For-AdMob/GoogleInteractiveMediaAds/GoogleInteractiveMediaAds-GoogleIMA3ForAdMob/GoogleInteractiveMediaAds.framework/GoogleInteractiveMediaAds(IMAActivityMonitor.o):
warning: /var/folders/00/1mvj8000h01000cxqpysvccm006lf5/C/org.llvm.clang.sanils/ModuleCache/1CF4LWMB3FMG8/Foundation-3ONTK7DIWRW8K.pcm: No such file or directory
and 16 more.
Do you know how can I get rid of them? I tried several things but I cannot fix it, and I have several other dependencies that don't provide that output. Thanks.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, :deployment_target => '7.1'
pod 'GoogleAds-IMA-iOS-SDK-For-AdMob'Targeting iOS 7.1 in your project and changing the Podfile deployment target to 7.1 make the project unable to compile, so I can not reproduce the warnings there.
while processing /Users/andreas.grauel/Documents/xxx/Pods/GoogleAds-IMA-iOS-SDK-For-AdMob/GoogleInteractiveMediaAds/GoogleInteractiveMediaAds-GoogleIMA3ForAdMob/GoogleInteractiveMediaAds.framework/GoogleInteractiveMediaAds(IMAActivityMonitor.o):
warning: /var/folders/00/1mvj8000h01000cxqpysvccm006lf5/C/org.llvm.clang.sanils/ModuleCache/1IE5L3EBI2YXP/Darwin-1G5M3ABQ1XQI0.pcm: No such file or directory
note: Module debugging should be disabled when shipping static libraries.
Module debugging should be disabled when shipping static libraries
Thanks.
CLANG_ENABLE_MODULE_DEBUGGING, -gmodules]