File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
NitroSQLiteExample.xcodeproj Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 389389 "-DFOLLY_CFG_NO_COROUTINES=1",
390390 "-DFOLLY_HAVE_CLOCK_GETTIME=1",
391391 );
392- OTHER_LDFLAGS = "$(inherited) ";
392+ OTHER_LDFLAGS = (
393+ "$(inherited)",
394+ " ",
395+ );
393396 REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
394397 SDKROOT = iphoneos;
395398 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
469472 "-DFOLLY_CFG_NO_COROUTINES=1",
470473 "-DFOLLY_HAVE_CLOCK_GETTIME=1",
471474 );
472- OTHER_LDFLAGS = "$(inherited) ";
475+ OTHER_LDFLAGS = (
476+ "$(inherited)",
477+ " ",
478+ );
473479 REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
474480 SDKROOT = iphoneos;
475481 USE_HERMES = true;
Original file line number Diff line number Diff line change @@ -1973,7 +1973,7 @@ SPEC CHECKSUMS:
19731973 ReactAppDependencyProvider: f2e81d80afd71a8058589e19d8a134243fa53f17
19741974 ReactCodegen: 335c73d9eb04d93d9b2350157ed52a6a9ad05e1e
19751975 ReactCommon: c8fdbc582b98a07daf201cd95c1da75dd029f3ee
1976- RNNitroSQLite: a1d1ff865f31285ff22901d56933f918b05f91b6
1976+ RNNitroSQLite: e17a4a12efd053d1934b33c1763f97dde2dc9419
19771977 RNScreens: 77f93ec55b749c49549b447527ebf78e990125f3
19781978 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19791979 Yoga: be02ca501b03c79d7027a6bbbd0a8db985034f11
You can’t perform that action at this time.
0 commit comments