GoogleAds-IMA-iOS-SDK-For-AdMob pod provides 'No such file or directory' warnings for .pcm files.

472 views
Skip to first unread message

Daniel Martín Prieto

unread,
Apr 29, 2016, 5:58:49 AM4/29/16
to Interactive Media Ads SDK
Hello.

Using the pod GoogleAds-IMA-iOS-SDK-For-AdMob (3.2.0) I get a lot of warning like these compiling my project:

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.

Veer Arjun Busani

unread,
Apr 29, 2016, 10:36:25 AM4/29/16
to Interactive Media Ads SDK
Hi Daniel,

It looks like you need to clean build your project. Simply press CMD + Shift + K or CMD + Shift + Alt + K or Product -> Clean. You can also try and build this sample app to see if you can reproduce the issue.

Thanks,
Veer Busani
IMA SDK Team

Daniel Martín Prieto

unread,
Apr 29, 2016, 11:11:57 AM4/29/16
to Interactive Media Ads SDK
Hi.

I've tried that and even removed Derived Data folder and that doesn't solve the problem. I already tried that before submitting the question to the forums.

Regards.

Daniel Martín Prieto

unread,
Apr 29, 2016, 11:20:38 AM4/29/16
to Interactive Media Ads SDK
More info about my setup:

I'm targeting iOS 7.1, with this Podfile:

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.

Veer Arjun Busani

unread,
Apr 29, 2016, 12:24:26 PM4/29/16
to Interactive Media Ads SDK
Hi Daniel,

I have changed the both PodFile and the Build deployment target to 7.1 and I was able to compile without any warning or errors. Do send us your sample app that would reproduce the issue and we would have a look further.

Thanks,
Veer Busani
IMA SDK Team

and...@grauel.me

unread,
May 2, 2016, 2:47:13 AM5/2/16
to Interactive Media Ads SDK
Hi Veer,

I do have the same issue.

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.


It sounds like that you have module debugging enabled in the static library in this release. 

Veer Arjun Busani

unread,
May 2, 2016, 12:29:26 PM5/2/16
to Interactive Media Ads SDK
Hi Andreas,

It seems to me that you have been working on a Xcode project built prior to v7.3 and then trying to update the IMA with AdMob framework. I would suggest you to update the Debug Information Format under Build Settings -
  • For Debug: DWARF
  • For Release: DWARF with dSYM File
I have attached a screenshot as well for this. Do let us know if you need anything else.

Thanks,
Veer Busani
IMA SDK Team

Debug Information Format.png

Daniel Martín Prieto

unread,
May 17, 2016, 11:59:05 AM5/17/16
to Interactive Media Ads SDK
Hi. Thanks for your help.

dSYM files are important for us in order to track crashes, etc. So just disable it doesn't seem like a good way to solve it. Anyway, the problem would still be there for the release builds. I have some other dependencies, managed by Cocoapods, and only GoogleINteractiveMediaAds.framework is the one giving these warnings. After the first one, you can read the note:


Module debugging should be disabled when shipping static libraries


Thanks.

Veer Arjun Busani

unread,
May 17, 2016, 4:26:14 PM5/17/16
to Interactive Media Ads SDK
Hi Daniel,

I understand this and have shared the same with the team. I will let you know if there is any update with regards to this. Alternatively, you can always keep an eye on our release notes.


Thanks,
Veer Busani
IMA SDK Team

Fabio Teles

unread,
May 17, 2016, 9:07:28 PM5/17/16
to Interactive Media Ads SDK
Just iterating on this issue... 

I'm having the same problems with my project and the latest version of this framework (3.2.1). 
Seems like you guys forgot to set CLANG_ENABLE_MODULE_DEBUGGING=NO when building the static framework with debug symbols.

Found this information on the web:
When this setting is enabled, clang will use the shared debug info available in clang modules and precompiled headers. Results in smaller build artifacts, faster compile times, and more complete debug info. This should only be disabled when building static libraries with debug info for distribution. [CLANG_ENABLE_MODULE_DEBUGGING-gmodules]

Thanks,

David Ansermot

unread,
May 23, 2016, 4:37:46 AM5/23/16
to Interactive Media Ads SDK
I'm having exacly the same issue when updating to 3.2.1.

Veer Arjun Busani

unread,
May 23, 2016, 11:17:48 AM5/23/16
to Interactive Media Ads SDK
Hi David,

As I have mentioned, the team is aware of the issue and I would update this thread as soon I have any more information.

Thanks,
Veer Busani
IMA SDK Team

Message has been deleted

Veer Arjun Busani

unread,
Jun 23, 2016, 11:06:24 AM6/23/16
to Interactive Media Ads SDK
Hi there,

The team is working on this and a fix for this will likely be rolled out in the next release of our SDK. 

Thanks,
Veer Busani
Mobile Ads SDK Team

ch...@surfline.com

unread,
Sep 1, 2016, 6:18:23 PM9/1/16
to Interactive Media Ads SDK
Hi Veer, Any update on this? We're at a point where we need to use the latest version of the SDK, but these pointless warnings are disruptive to our workflow.

Veer Arjun Busani

unread,
Sep 2, 2016, 10:49:06 AM9/2/16
to Interactive Media Ads SDK
Hi Chris,

The next version is scheduled to be released very shortly barring any roadblocks. Will keep you posted on this.

Thanks,
Arjun Busni
Mobile Ads SDK Team
Reply all
Reply to author
Forward
0 new messages