Error When Creating New App #62
-
When I ran the command 'npx react-native init a --template react-native-template-typescript', there was a failure in installing the Cocoapod Dependencies. So, I proceeded to follow the other commands in the slides. However, when I tried to run 'arch -x86_64 pod install' in the ios directory of the project directory, I had gotten this error:
set -e Copyright (c) Facebook, Inc. and its affiliates.This source code is licensed under the MIT license found in theLICENSE file in the root directory of this source tree.set -e PLATFORM_NAME="${PLATFORM_NAME:-iphoneos}" if [ -z "$CURRENT_ARCH" ] || [ "$CURRENT_ARCH" == "undefined_arch" ]; then
fi export CC="$(xcrun -find -sdk $PLATFORM_NAME cc) -arch Remove automake symlink if it existsif [ -h "test-driver" ]; then ./configure --host arm-apple-darwin Fix build for tvOScat << EOF >> src/config.h Prepare exported header includeEXPORTED_INCLUDE_DIR="exported/glog" checking for a BSD-compatible install... /usr/bin/install -c |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Is this fixed? |
Beta Was this translation helpful? Give feedback.
Is this fixed?