diff --git a/Flutter/pdf-viewer/How-to/Resolve-Library-not-loaded-rpath-libswiftCore-dylib-error.md b/Flutter/pdf-viewer/How-to/Resolve-Library-not-loaded-rpath-libswiftCore-dylib-error.md index e7a6ec460..1dcb420a2 100644 --- a/Flutter/pdf-viewer/How-to/Resolve-Library-not-loaded-rpath-libswiftCore-dylib-error.md +++ b/Flutter/pdf-viewer/How-to/Resolve-Library-not-loaded-rpath-libswiftCore-dylib-error.md @@ -1,13 +1,13 @@ --- layout: post -title: Library not loaded: @rpath/libswiftCore.dylib error | Syncfusion -description: Learn here all about how to resolve Library not loaded: @rpath/libswiftCore.dylib error faced when using Syncfusion Flutter PdfViewer (SfPdfViewer) widget. -platform: Flutter +title: Library not loaded error | Syncfusion +description: Learn here all about how to resolve Library not loaded error faced when using Syncfusion Flutter PdfViewer (SfPdfViewer) widget. +platform: flutter control: SfPdfViewer documentation: ug --- -# How to resolve "Library not loaded: @rpath/libswiftCore.dylib" error? +# How to resolve `Library not loaded: @rpath/libswiftCore.dylib` error? The Syncfusion Flutter PDF Viewer is a [ffi plugin](https://docs.flutter.dev/packages-and-plugins/developing-packages#types) that uses native code to render the PDF pages. **Java** code is used for **Android**, and **Swift** code is used for **iOS and macOS**. To run the Swift code, the runtime requires the essential Swift standard libraries present in the runpath **“usr/lib/swift.”** If this path is missing from the **Runpath Search Paths** of the project build settings, you will face the error **"Library not loaded: @rpath/libswiftCore.dylib."**