File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ Pod::Spec.new do |s|
4747 s . compiler_flags = other_cflags
4848
4949 s . pod_target_xcconfig = {
50- 'DEFINES_MODULE' => 'YES'
50+ 'DEFINES_MODULE' => 'YES' ,
51+ 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES'
5152 }
5253
5354 s . dependency 'Sentry/HybridSDK' , '8.58.0'
Original file line number Diff line number Diff line change 22// Use this file to import your target's public headers that you would like to expose to Swift.
33//
44
5+ #import < Sentry/Sentry.h>
6+ #import < Sentry/SentryFramesTracker.h>
7+ #import < React/RCTViewManager.h>
8+
59#import " ../RNSentrySDK+Test.h"
610#import " RNSentryBreadcrumb.h"
711#import " RNSentryOnDrawReporter+Test.h"
Original file line number Diff line number Diff line change 11#import " RNSentrySDK.h"
2+ #import < Sentry/Sentry.h>
23
34@interface RNSentrySDK (Test)
45
You can’t perform that action at this time.
0 commit comments