{\rtf1\ansi\ansicpg1252\cocoartf2818 \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fmodern\fcharset0 Courier-Bold;\f1\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red174\green176\blue183;\red255\green255\blue255;\red183\green98\blue38; \red103\green107\blue114;\red195\green123\blue90;\red38\green158\blue169;\red89\green158\blue96;} {\*\expandedcolortbl;;\cssrgb\c73788\c74552\c76774;\cssrgb\c100000\c100000\c100000\c0;\cssrgb\c77215\c46133\c19689; \cssrgb\c47988\c49637\c52205;\cssrgb\c81247\c55785\c42521;\cssrgb\c16481\c67596\c72206;\cssrgb\c41349\c67108\c45002;} \paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 \f0\b\fs26 \cf2 \cb3 #!/bin/zsh\ \ \f1\b0 \cf4 export \cf2 HOMEBREW_NO_INSTALL_CLEANUP=TRUE\ \cf4 brew \cf2 install cocoapods\ \cf5 # have to add node yourself\ \cf4 brew \cf2 install node@20\ \cf5 # link it to the path\ \cf4 brew \cf2 link node@20\ \ \cf4 brew \cf2 install yarn\ \ \cf5 # Install dependencies you manage with CocoaPods.\ \cf4 yarn \cf2 install\ \cf4 rm \cf2 -rf ~/Library/Developer/Xcode/DerivedData\ \cf4 cd \cf2 ios\ \cf4 rm \cf2 -rf Pods Podfile.lock\ \cf4 cd \cf2 ..\ \cf4 bash \cf2 /Volumes/workspace/repository/ios/node_modules/@react-native-firebase/app/ios_config.sh\ \cf4 chmod \cf2 +x /Volumes/workspace/repository/ios/node_modules/@react-native-firebase/app/ios_config.sh\ \cf4 cd \cf2 ios\ \ \cf4 echo \cf2 export NODE_BINARY=\cf6 $\cf4 (command \cf2 -v node\cf4 ) \cf6 > \cf2 .xcode.env\ \cf4 rm \cf2 -f .xcode.env.local\ USE_FRAMEWORKS=\cf7 1 \cf2 pod install\ \ \ \cf5 # the sed command from RN cant find the file... so we have to run it ourselves\ \cf4 sed \cf2 -i -e \cf8 $'s/ && (__IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_13_4)//' \cf2 /Volumes/workspace/repository/ios/Pods/RCT-Folly/folly/portability/Time.h\ \ }