From bc51f9be3bc7eff058fc800536e42e0a1b6e0309 Mon Sep 17 00:00:00 2001 From: Igor Bejnarowicz Date: Thu, 26 Oct 2023 09:55:32 +0200 Subject: [PATCH] chore: update an Xcode project file after building --- example/ios/PagerViewExample.xcodeproj/project.pbxproj | 6 ------ 1 file changed, 6 deletions(-) diff --git a/example/ios/PagerViewExample.xcodeproj/project.pbxproj b/example/ios/PagerViewExample.xcodeproj/project.pbxproj index 954e500b..ffba446e 100644 --- a/example/ios/PagerViewExample.xcodeproj/project.pbxproj +++ b/example/ios/PagerViewExample.xcodeproj/project.pbxproj @@ -600,10 +600,7 @@ ); OTHER_LDFLAGS = ( "$(inherited)", - "-Wl", - "-ld_classic", " ", - "-Wl -ld_classic ", ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; @@ -676,10 +673,7 @@ ); OTHER_LDFLAGS = ( "$(inherited)", - "-Wl", - "-ld_classic", " ", - "-Wl -ld_classic ", ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos;