From 4449c6f18f5e6fa5e71e5fb302a872c58e30ebff Mon Sep 17 00:00:00 2001 From: Kevin Galligan Date: Thu, 20 Jun 2024 15:31:32 -0400 Subject: [PATCH] Remove the framework link statement --- ios/KaMPKitiOS.xcodeproj/project.pbxproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ios/KaMPKitiOS.xcodeproj/project.pbxproj b/ios/KaMPKitiOS.xcodeproj/project.pbxproj index 970f5399..be06a8ad 100644 --- a/ios/KaMPKitiOS.xcodeproj/project.pbxproj +++ b/ios/KaMPKitiOS.xcodeproj/project.pbxproj @@ -484,8 +484,6 @@ "$(inherited)", "-ObjC", "-l\"c++\"", - "-framework", - "\"shared\"", "-lsqlite3", ); PRODUCT_BUNDLE_IDENTIFIER = co.touchlab.kampkit.ios; @@ -512,8 +510,6 @@ "$(inherited)", "-ObjC", "-l\"c++\"", - "-framework", - "\"shared\"", "-lsqlite3", ); PRODUCT_BUNDLE_IDENTIFIER = co.touchlab.kampkit.ios;