-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing local directory .pcm files from joesusnick on latest FacebookSDK #2091
Comments
@joesus these warnings started showing after I updated my SPM libraries, and it pulled the latest FacebookSDK |
I have same issue |
I didn't see the warning in Xcode 13.4, but Xcode 14 beta start showing this. |
+1, Xcode: 13.4.1 |
@joesus any update on this? Really would like all these warnings gone from my project... |
+1 |
Same here... Again :) |
+1 |
1 similar comment
+1 |
Fixed and will be in the next release. Digging into this we found additional hardcoded paths in the binary related to debug symbols. For anyone interested, fixing this involved a couple build flags. Under Under Now when you run Thank you for the feedback! 😃 |
Thanks @joesus! When can we expect the next release? |
We made some updates in the v15.0.0 release that we're hoping will fix this issue. Can anyone currently experiencing this please try that version to see if is solved for them? |
Yes all good for me, thanks team. |
I see them again in march 2024. Am I missing some version / update? |
Same, they are back again |
+1 |
Same here, the problem back! +1 Can you re-open ? |
I getting the following warnings using 14.1.0
|
+1 |
1 similar comment
+1 |
Checklist before submitting a bug report
Xcode version
13.4.1
Facebook iOS SDK version
14.1.0
Dependency Manager
SPM
SDK Framework
Core
Goals
Not to have warnings in my local build and CI
Expected results
No warnings when I compile my project with the FacebookSDK
Actual results
/Users/joesusnick/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/35QDORLDX1QGG/FBSDKCoreKit-3D3JA1F3KLL0X.pcm: No such file or directory
/Users/joesusnick/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/35QDORLDX1QGG/Foundation-1WNHHKZMYIHTY.pcm: No such file or directory
/Users/joesusnick/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/35QDORLDX1QGG/FBSDKCoreKit_Basics-91J2MY4HXLCF.pcm: No such file or directory
/Users/joesusnick/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/35QDORLDX1QGG/UIKit-WCPHL3VVNKME.pcm: No such file or directory
/Users/joesusnick/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/35QDORLDX1QGG/SwiftShims-FFJMKQ44QOWK.pcm: No such file or directory
/Users/joesusnick/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/35QDORLDX1QGG/FBAEMKit-2SLX2GSKWBGNP.pcm: No such file or directory
/Users/joesusnick/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/35QDORLDX1QGG/FBSDKCoreKit_Basics-1N7EQ6S6YGZTK.pcm: No such file or directory
/Users/joesusnick/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/35QDORLDX1QGG/CommonCrypto-2K3I0ABSS54XF.pcm: No such file or directory
/Users/joesusnick/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/35QDORLDX1QGG/ObjectiveC-2J1HDE7VRLV6I.pcm: No such file or directory
Steps to reproduce
No response
Code samples & details
No response
The text was updated successfully, but these errors were encountered: