Skip to content

PDF viewer - Front end error is resolved #875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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."**

Expand Down