bugsnag / bugsnag-cocoa

BugSnag error monitoring & exception reporter for iOS, macOS, tvOS and watchOS
https://docs.bugsnag.com/platforms/ios
MIT License
234 stars 128 forks source link

Warning: umbrella header for module 'Bugsnag' does not include header 'BugsnagCorrelation.h' #1681

Closed lawgimenez closed 1 month ago

lawgimenez commented 1 month ago

Describe the bug

After archiving our app, there's a warning thrown that says

...SourcePackages/checkouts/bugsnag-cocoa/Bugsnag/include/Bugsnag/Bugsnag.h:393:1: warning: umbrella header for module 'Bugsnag' does not include header 'BugsnagCorrelation.h'

Steps to reproduce

  1. After archiving my app

Environment

Example Repo

Example code snippet

# (Insert code sample to reproduce the problem)
Error messages: ``` SourcePackages/checkouts/bugsnag-cocoa/Bugsnag/include/Bugsnag/Bugsnag.h:393:1: warning: umbrella header for module 'Bugsnag' does not include header 'BugsnagCorrelation.h' ```
ivopintodasilva commented 1 month ago

This also happens to me in the latest version ☝️

clr182 commented 1 month ago

Hi 👋

Thank you for reaching out and reporting this issue. We are investigating this issue and will be sure to update this thread when we have more information

hannah-smartbear commented 1 month ago

Hi,

This issue was caused by a duplicate BugsnagCorrelation.h header file, and a fix for this has now been released in v6.30.1 of bugsnag-cocoa.

As such, we are now going to close this issue. Please feel free to reopen this with us if you continue to have any more issues. If you'd like, you can raise a ticket with us directly by contacting support@bugsnag.com.

lawgimenez commented 1 month ago

Thank you!