-
Notifications
You must be signed in to change notification settings - Fork 513
14 warnings: .pcm: No such file or directory #121
Comments
Umm not sure what exactly is the issue but you might want to try to the solutions in this thread https://forums.developer.apple.com/thread/17921. I would specifically do |
I added this to my podfile, but it didn't help. GCM is the only library that causes the warnings. E.g. FBSDKCoreKit, FBSDKLoginKit, FBSDKShareKit, Alamofire, Cloudinary, NewRelic, PINCache etc. compile without warnings. post_install do |installer| |
The problem with the Google library is that it's not open source and is distributes as binary. That just causes problems. So please make it open source and even better port it to Swift. |
What Xcode version are you using? Also are you using the GCM pod as I'm not able to reproduce your issue. |
Xcode 7.1 (7B91b) |
Still not able to reproduce your issue. Can you try building a new sample project and just having |
Does Google have a REST API for GCM, so I could make my own implementation of the library? I really don't like to use any 3rd party blackbox libraries. |
Not right now, the GCM server API is tied with the client API. |
Same issue here. |
@vatrif We know why the issue happens. We will fix this in the next release. For now you can actually change the |
I'm having this issue too and I really don't want to disable Crashlytics. Is there any timeline for the next version? |
Same issue… lots of error messages. Also, compiling without dSYM isn't a solution. That's the way you get crash report info from every crash reporting tool out there. This has been solved for 20 days and nothing? |
Experiencing the same issue here, with >200 warnings caused by GCM and its friends. Between the api version build warning on the last release and now this, i'm starting to consider whether GCM is worth continuing to use... |
I have the same issue, can we expect a fix soon? |
Yes, anytime soon now. |
This should be fixed in the latest release. Please check the latest release to see if it fixes your issue. |
I just verified that this is fixed. I'll close this for now. Please reopen if you still see the issue. |
It would be nice if Google could share their solution with the rest of the world :) |
I'm getting 14 following kind of warnings. I have ENABLE_BITCODE = NO for the pods frameworks and for my app.
while processing /Users/tapani/projects/Company/appname-ios/appname/Pods/GoogleCloudMessaging/Libraries/libGcmLib.a(GCMAuthKeychain.o):
warning: /var/folders/f4/lg23spf10fv19twg_lmrp8zm0045gx/C/org.llvm.clang.136701/ModuleCache/3HURGY91WKEDV/Foundation-3DFYNEBRQSXST.pcm: No such file or directory
while processing /Users/tapani/projects/Company/appname-ios/appname/Pods/GoogleCloudMessaging/Libraries/libGcmLib.a(GCMAuthKeychain.o):
warning: /var/folders/f4/lg23spf10fv19twg_lmrp8zm0045gx/C/org.llvm.clang.136701/ModuleCache/3HURGY91WKEDV/Foundation-3DFYNEBRQSXST.pcm: No object file for requested architecture
The text was updated successfully, but these errors were encountered: