LogandeMacBook-Pro:ios Logan$ pod install Analyzingdependencies Fetchingpodspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec` Fetchingpodspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec` Fetchingpodspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec` Downloadingdependencies InstallingDoubleConversion (1.1.6) InstallingFBLazyVector (0.61.5) InstallingFBReactNativeSpec (0.61.5) InstallingFolly (2018.10.22.00) InstallingRCTRequired (0.61.5) InstallingRCTTypeSafety (0.61.5) InstallingReact (0.61.5) InstallingReact-Core (0.61.5) InstallingReact-CoreModules (0.61.5) InstallingReact-RCTActionSheet (0.61.5) InstallingReact-RCTAnimation (0.61.5) InstallingReact-RCTBlob (0.61.5) InstallingReact-RCTImage (0.61.5) InstallingReact-RCTLinking (0.61.5) InstallingReact-RCTNetwork (0.61.5) InstallingReact-RCTSettings (0.61.5) InstallingReact-RCTText (0.61.5) InstallingReact-RCTVibration (0.61.5) InstallingReact-cxxreact (0.61.5) InstallingReact-jsi (0.61.5) InstallingReact-jsiexecutor (0.61.5) InstallingReact-jsinspector (0.61.5) InstallingReactCommon (0.61.5) InstallingYoga (1.14.0) Installingboost-for-react-native (1.63.0) Installingglog (0.3.5) [!]/bin/bash -c set-e #!/bin/bash # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree.
if[ -z "$CURRENT_ARCH" ] || [ "$CURRENT_ARCH" == "undefined_arch" ]; then # Xcode 10 beta sets CURRENT_ARCH to "undefined_arch", this leads to incorrect linker arg. # it's better to rely on platform name as fallback because architecture differs between simulator and device
if[[ "$PLATFORM_NAME" == *"simulator"* ]]; then CURRENT_ARCH="x86_64" else CURRENT_ARCH="armv7" fi fi
checkingfor a BSD-compatible install... /usr/bin/install -c checkingwhether build environment is sane... yes checkingfor arm-apple-darwin-strip... no checkingfor strip... strip checkingfor a thread-safe mkdir -p... ./install-sh -c -d checkingfor gawk... no checkingfor mawk... no checkingfor nawk... no checkingfor awk... awk checkingwhether make sets $(MAKE)... yes checkingwhether make supports nested variables... yes checkingfor arm-apple-darwin-gcc... /Library/Developer/CommandLineTools/usr/bin/cc -arch armv7 -isysroot checkingwhether the C compiler works... no xcrun: error: SDK "iphoneos" cannot be located xcrun: error: SDK "iphoneos" cannot be located xcrun: error: SDK "iphoneos" cannot be located xcrun: error: unable to lookup item 'Path' in SDK 'iphoneos' /Users/Logan/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-1f3da/missing: Unknown `--is-lightweight' option Try`/Users/Logan/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-1f3da/missing --help' for more information configure: WARNING: 'missing' script is too old or missing configure: error: in `/Users/Logan/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-1f3da': configure: error: C compiler cannot create executables See`config.log' for more details