Skip to content

Commit d520cfa

Browse files
authored
fix: Typo in RN troubleshooting docs (#14224)
1 parent 9f4a974 commit d520cfa

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/react-native/troubleshooting

1 file changed

+1
-1
lines changed

docs/platforms/react-native/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export SENTRY_DIST=$CI_BUILD_NUMBER
187187

188188
## Unknown receiver '\<SomeReceiver\>', Use of undeclared identifier '\<SomeIdentifier\>'
189189

190-
If you see an error like `Unknown receiver 'SwiftDescriptor'` or `Use of undeclared identifier 'SentryLog'` during the application build process, there's a conflict stemming from `APPLICATION_EXTENSION_API_ONLY`. By default, the Sentry Cocoapod is configured with `APPLICATION_EXTENSION_API_ONLY=YES`, but some `post_install` script likely changed it. To fix this error, add the following to the `Podfile`.```
190+
If you see an error like `Unknown receiver 'SwiftDescriptor'` or `Use of undeclared identifier 'SentryLog'` during the application build process, there's a conflict stemming from `APPLICATION_EXTENSION_API_ONLY`. By default, the Sentry Cocoapod is configured with `APPLICATION_EXTENSION_API_ONLY=YES`, but some `post_install` script likely changed it. To fix this error, add the following to the `Podfile`.
191191

192192
```ruby {filename:ios/Podfile}
193193
post_install do |installer|

0 commit comments

Comments
 (0)