-
Notifications
You must be signed in to change notification settings - Fork 264
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
Xcode 10 Dsymutil warnings #440
Comments
@TarasGordienko that's quite an interesting warning! Can you try clearing DerivedData and rebuild your project? If that doesn't remove the error, can you try running |
@Nightsd01 tried both clearing delivered data and |
Same here @Nightsd01. |
Started happening with the |
• This commit disables clang module debugging for the OneSignalFramework target, to resolve DSYM warnings some developers have seen when using our static framework (#440)
We've created a pull request to resolve this issue, thanks for reporting! |
* Disable Clang Module Debugging • This commit disables clang module debugging for the OneSignalFramework target, to resolve DSYM warnings some developers have seen when using our static framework (#440) * Change Buildscript • Changes the buildscript to disable clang module debugging directly instead of modifying Xcode target project settings for the framework.
This issue should now be resolved in the 2.9.3 release |
Description:
After updating from OneSignal 2.9.0 to 2.9.2 I've got a bunch of warnings in the project (details below)
Environment
iOS SDK 2.9.2
cocoapods
Steps to Reproduce Issue:
Issue does not appear when making a new project, currently I'm unable to reproduce it on a new project
Anything else:
GenerateDSYMFile /Users/me/Library/Developer/Xcode/DerivedData/myApp-eogltgyntwwxgagemkaiwgbesqgh/Build/Products/Debug-iphoneos/myAppDev.app.dSYM /Users/me/Library/Developer/Xcode/DerivedData/myApp-eogltgyntwwxgagemkaiwgbesqgh/Build/Products/Debug-iphoneos/myAppDev.app/myAppDev (in target: myApp)
cd /Users/me/Documents/projects/myApp/myApp-iOS
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/me/Library/Developer/Xcode/DerivedData/myApp-eogltgyntwwxgagemkaiwgbesqgh/Build/Products/Debug-iphoneos/myAppDev.app/myAppDev -o /Users/me/Library/Developer/Xcode/DerivedData/myApp-eogltgyntwwxgagemkaiwgbesqgh/Build/Products/Debug-iphoneos/myAppDev.app.dSYM
warning: /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/Foundation-A3SOD99KJ0S9.pcm: No such file or directory
note: while processing /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/Foundation-A3SOD99KJ0S9.pcm
note: Linking a static library that was built with -gmodules, but the module cache was not found. Redistributable static libraries should never be built with module debugging enabled. The debug experience will be degraded due to incomplete debug information.
warning: /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/UserNotifications-1YQ59ILDR3NYI.pcm: No such file or directory
note: while processing /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/UserNotifications-1YQ59ILDR3NYI.pcm
warning: /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/SystemConfiguration-2O070L5BFB5B1.pcm: No such file or directory
note: while processing /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/SystemConfiguration-2O070L5BFB5B1.pcm
warning: /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/Darwin-MI6WZSG1PNOM.pcm: No such file or directory
note: while processing /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/Darwin-MI6WZSG1PNOM.pcm
warning: /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/UIKit-2LM3EQU7VVY4O.pcm: No such file or directory
note: while processing /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/UIKit-2LM3EQU7VVY4O.pcm
warning: /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/ObjectiveC-1KD62J152BYGO.pcm: No such file or directory
note: while processing /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/ObjectiveC-1KD62J152BYGO.pcm
warning: /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/Dispatch-12O7S7HHQXK9N.pcm: No such file or directory
note: while processing /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/Dispatch-12O7S7HHQXK9N.pcm
warning: /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/CommonCrypto-2BKBWM9L7D2GS.pcm: No such file or directory
note: while processing /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/CommonCrypto-2BKBWM9L7D2GS.pcm
warning: /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/CoreFoundation-10I2D2XL7L7X9.pcm: No such file or directory
note: while processing /var/folders/3p/q_b0mn3s5rlgdwch693rmcww0000gn/C/org.llvm.clang.bradhesse/ModuleCache/1GR5JW70E89GN/CoreFoundation-10I2D2XL7L7X9.pcm
The text was updated successfully, but these errors were encountered: