From 62408e817d9b4590b0230405330ef6402f9c467f Mon Sep 17 00:00:00 2001
From: Deepak G <deepakgunasekaran@syncfusion.com>
Date: Tue, 11 Jun 2024 15:06:21 +0530
Subject: [PATCH 1/2] Front end error is resolved

---
 ...lve-Library-not-loaded-rpath-libswiftCore-dylib-error.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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..32515289f 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,8 +1,8 @@
 ---
 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
 ---

From 4e9ab8b2c4dbbb3a0d92a2c6d8142dc17556bf18 Mon Sep 17 00:00:00 2001
From: Deepak G <deepakgunasekaran@syncfusion.com>
Date: Tue, 11 Jun 2024 15:12:06 +0530
Subject: [PATCH 2/2] Trying to clear the spell error

---
 ...Resolve-Library-not-loaded-rpath-libswiftCore-dylib-error.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 32515289f..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
@@ -7,7 +7,7 @@ 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."**