We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19203e6 commit 88db94bCopy full SHA for 88db94b
2 files changed
packages/core/RNSentry.podspec
@@ -47,7 +47,8 @@ Pod::Spec.new do |s|
47
s.compiler_flags = other_cflags
48
49
s.pod_target_xcconfig = {
50
- 'DEFINES_MODULE' => 'YES'
+ 'DEFINES_MODULE' => 'YES',
51
+ 'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/Sentry/Sources/Sentry" "${PODS_ROOT}/Sentry/Sources/Sentry/include"'
52
}
53
54
s.dependency 'Sentry', '9.3.0'
packages/core/ios/RNSentryRNSScreen.m
@@ -4,7 +4,7 @@
4
5
# import "RNSentryDependencyContainer.h"
6
# import "RNSentryFramesTrackerListener.h"
7
-# import <Sentry/SentrySwizzle.h>
+# import "SentrySwizzle.h"
8
@import Sentry;
9
10
@implementation RNSentryRNSScreen
0 commit comments