You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "~/Pods/Target Support Files/Bugsnag/Bugsnag-umbrella.h"
^
/Users/new/Desktop/cashier/Pods/Target Support Files/Bugsnag/Bugsnag-umbrella.h:11:9: note: in file included from ~/Pods/Target Support Files/Bugsnag/Bugsnag-umbrella.h:11:
#import "BugsnagSink.h"
^
~//Pods/Bugsnag/Source/BugsnagSink.h:28:9: error: include of non-modular header inside framework module 'Bugsnag.BugsnagSink'
#import <KSCrash/KSCrash.h>
^
~//Source/Bugsnag.swift:2:8: error: could not build Objective-C module 'Bugsnag'
import Bugsnag
The text was updated successfully, but these errors were encountered:
Thank you for the report, @abuobaida. Could you post your Podfile (and possibly Podfile.lock) so we know you are using the latest version (5.0.0)?
There is also an example project here which is integrated with Bugsnag 5.0.0 via CocoaPods, has "Allow Non-modular Includes in Framework Modules" set to "No", and does not appear to have this issue.
Thanks @kattrali for your response. The issue appeared when Bugsnag is included as a dependency in another pod. It appeared after updating to Bugsnag 5.0.0. This is a sample project that has the issue here.
The text was updated successfully, but these errors were encountered: