Skip to content

Commit 99db08a

Browse files
downgrade react-native-svg for ios
1 parent a687499 commit 99db08a

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ PODS:
11711171
- React-Core
11721172
- RNScreenshotPrevent (1.1.9):
11731173
- React
1174-
- RNSVG (14.1.0):
1174+
- RNSVG (13.4.0):
11751175
- React-Core
11761176
- RNVectorIcons (10.0.3):
11771177
- glog
@@ -1533,14 +1533,14 @@ SPEC CHECKSUMS:
15331533
RNReanimated: beb07f7f900543928467da8107c175d1e57a1049
15341534
RNScreens: b582cb834dc4133307562e930e8fa914b8c04ef2
15351535
RNScreenshotPrevent: cdfbe213203774c7486c6a2f198af8a4ebe10c47
1536-
RNSVG: ba3e7232f45e34b7b47e74472386cf4e1a676d0a
1536+
RNSVG: 07dbd870b0dcdecc99b3a202fa37c8ca163caec2
15371537
RNVectorIcons: 210f910e834e3485af40693ad4615c1ec22fc02b
15381538
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
15391539
TrustKit: 7858ea59d0e226b1457b2e9cc8b95d77ab21d471
15401540
VisionCamera: 7a5c87805b13adaaa557132b44879ed1e1e39786
1541-
Yoga: 64cd2a583ead952b0315d5135bf39e053ae9be70
1541+
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312
15421542
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5
15431543

15441544
PODFILE CHECKSUM: 3c66251e2fb883f7575e84b4cdde922bccb42c88
15451545

1546-
COCOAPODS: 1.14.3
1546+
COCOAPODS: 1.13.0

ios/rifWallet.xcodeproj/project.pbxproj

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@
417417
baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-rifWallet-rifWalletTests.debug.xcconfig */;
418418
buildSettings = {
419419
BUNDLE_LOADER = "$(TEST_HOST)";
420+
DEVELOPMENT_TEAM = 3YDAH8ZR7C;
420421
GCC_PREPROCESSOR_DEFINITIONS = (
421422
"DEBUG=1",
422423
"$(inherited)",
@@ -445,6 +446,7 @@
445446
buildSettings = {
446447
BUNDLE_LOADER = "$(TEST_HOST)";
447448
COPY_PHASE_STRIP = NO;
449+
DEVELOPMENT_TEAM = 3YDAH8ZR7C;
448450
INFOPLIST_FILE = rifWalletTests/Info.plist;
449451
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
450452
LD_RUNPATH_SEARCH_PATHS = (
@@ -470,6 +472,7 @@
470472
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
471473
CLANG_ENABLE_MODULES = YES;
472474
CURRENT_PROJECT_VERSION = 1;
475+
DEVELOPMENT_TEAM = 3YDAH8ZR7C;
473476
ENABLE_BITCODE = NO;
474477
INFOPLIST_FILE = rifWallet/Info.plist;
475478
LD_RUNPATH_SEARCH_PATHS = (
@@ -497,6 +500,7 @@
497500
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
498501
CLANG_ENABLE_MODULES = YES;
499502
CURRENT_PROJECT_VERSION = 1;
503+
DEVELOPMENT_TEAM = 3YDAH8ZR7C;
500504
INFOPLIST_FILE = rifWallet/Info.plist;
501505
LD_RUNPATH_SEARCH_PATHS = (
502506
"$(inherited)",
@@ -584,11 +588,7 @@
584588
"-DFOLLY_USE_LIBCPP=1",
585589
"-DFOLLY_CFG_NO_COROUTINES=1",
586590
);
587-
OTHER_LDFLAGS = (
588-
"$(inherited)",
589-
"-Wl",
590-
"-ld_classic",
591-
);
591+
OTHER_LDFLAGS = "$(inherited)";
592592
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
593593
SDKROOT = iphoneos;
594594
USE_HERMES = true;
@@ -656,11 +656,7 @@
656656
"-DFOLLY_USE_LIBCPP=1",
657657
"-DFOLLY_CFG_NO_COROUTINES=1",
658658
);
659-
OTHER_LDFLAGS = (
660-
"$(inherited)",
661-
"-Wl",
662-
"-ld_classic",
663-
);
659+
OTHER_LDFLAGS = "$(inherited)";
664660
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
665661
SDKROOT = iphoneos;
666662
USE_HERMES = true;

0 commit comments

Comments
 (0)