Skip to content

Commit

Permalink
Update docs/platforms/kotlin-multiplatform/swift-package-manager.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
buenaflor and lizokm authored Feb 16, 2024
1 parent 4837876 commit 4966c0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/platforms/kotlin-multiplatform/swift-package-manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ kotlin {

## Running Tests

If you configured the Sentry Kotlin Multiplatform SDK with Swift Package Manager, running tests will not work out of the box.
You are going to encounter the following error `ld: framework 'Sentry' not found`.
If you configured the Sentry Kotlin Multiplatform SDK with Swift Package Manager and try running tests, it won't work out of the box and you'll encounter the following error: `ld: framework 'Sentry' not found`.

Follow these steps in order to work around this issue:
Follow these steps for the workaround:

### 1. Download the Sentry xcframework

Expand Down

0 comments on commit 4966c0e

Please sign in to comment.