-
Notifications
You must be signed in to change notification settings - Fork 41
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
over 200 warnings when building my app with the dSYM information #27
Comments
Take a look here: You can try disabling CLANG_ENABLE_MODULES. |
I've tried that and it didn't make a difference. Please don't close this issue as it is not solved. |
I'll reopen this, but I'm not sure how to fix this since that's what Apple has changed.... |
I also have this problem. It's problem of Pushwoosh framework. And CLANG_ENABLE_MODULES should be disabled in framework. Please read https://forums.developer.apple.com/thread/17921 and fix it issue. |
It is not a solution. It's a dirty workaround that destroys all the benefits of using modules. |
I'm closing this thread. This should be resolved by Apple. |
Any specific reason why Apple's suggestion can't be followed?
|
Because in this case you'll have to add frameworks manually to your project. |
This has been fixed in Pushwoosh SDK version 3.1.1 |
Everywhere I have seen recommends simply disabling dSYM information in build settings.
Changing to only building with DWARF information is not a valid solution as that prevents me from symbolicating crash logs from my app later. We need a real solution for this.
The text was updated successfully, but these errors were encountered: