root@VM-4-9-debian:~# wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt -key add - E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
➜ chnqoo-recollections-mobile git:(main) yarn yarn install v1.22.10 info No lockfile found. [1/5] 🔍 Validating package.json... [2/5] 🔍 Resolving packages... error An unexpected error occurred: "https://registry.npm.taobao.org/@react-native-async-storage%2fasync-storage: certificate has expired". info If you think this is a bug, please open a bug report with the information provided in"/Users/sunyg/chnqoo-recollections-mobile/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance
➜ ios git:(main) ✗ pod install Ignoring ffi-1.14.2 because its extensions are not built. Try: gem pristine ffi --version 1.14.2 Auto-linking React Native modules for target `DuoleGameHelper`: RNCAsyncStorage, RNGestureHandler, RNScreens, and react-native-safe-area-context Framework build type is static library [Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json [Codegen] generating an empty RCTThirdPartyFabricComponentsProvider Analyzing dependencies Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec` [Codegen] Found FBReactNativeSpec Fetching podspec for `RCT-Folly` from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec` [Codegen] Found rncore Fetching podspec for `boost` from `../node_modules/react-native/third-party-podspecs/boost.podspec` Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec` xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance [!] Failed to load 'glog' podspec: [!] Invalid `glog.podspec` file: undefined method `[]' for nil:NilClass.
# from /Users/sunyg/DuoleGameHelper/node_modules/react-native/third-party-podspecs/glog.podspec:38 # ------------------------------------------- # match = xcode_path.match(/Xcode (\d+)\.(\d+)/) > major_version = match[1].to_i # minor_version = match[2].to_i # -------------------------------------------