Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 24cc702

Browse files
committed
fix: example pod lock fix
Update project.pbxproj
1 parent 699b548 commit 24cc702

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ PODS:
316316
- React-jsinspector (0.72.4)
317317
- React-logger (0.72.4):
318318
- glog
319-
- react-native-ldk (0.0.143):
319+
- react-native-ldk (0.0.145):
320320
- React
321321
- react-native-randombytes (3.6.1):
322322
- React-Core
@@ -621,7 +621,7 @@ SPEC CHECKSUMS:
621621
React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594
622622
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
623623
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
624-
react-native-ldk: 12d78fe1141ad4343a2842340f7ebf8539dcc3b0
624+
react-native-ldk: 496216796eafbd77c43cd5228342460a242cf7ed
625625
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
626626
react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989
627627
React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f

example/ios/exmpl.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@
433433
baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-exmpl-exmplTests.debug.xcconfig */;
434434
buildSettings = {
435435
BUNDLE_LOADER = "$(TEST_HOST)";
436+
DEVELOPMENT_TEAM = KYH47R284B;
436437
GCC_PREPROCESSOR_DEFINITIONS = (
437438
"DEBUG=1",
438439
"$(inherited)",
@@ -516,6 +517,7 @@
516517
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
517518
CLANG_ENABLE_MODULES = YES;
518519
CURRENT_PROJECT_VERSION = 1;
520+
DEVELOPMENT_TEAM = KYH47R284B;
519521
INFOPLIST_FILE = exmpl/Info.plist;
520522
IPHONEOS_DEPLOYMENT_TARGET = 13;
521523
LD_RUNPATH_SEARCH_PATHS = (

0 commit comments

Comments
 (0)