Build fail

react native info
OS: macOS 10.15.3
CPU: (4) x64 Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz
Memory: 786.27 MB / 8.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 15.2.0 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 7.0.10 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.10.1 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
Android SDK: Not Found
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.7199119
Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild
Languages:
Java: 13.0.2 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.1 => 17.0.1
react-native: 0.64.0 => 0.64.0
react-native-macos: Not Found
npmGlobalPackages:
  • react-native*: Not Found

Podfile
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '10.0'
install! 'cocoapods', :deterministic_uuids => false

target 'MyAppTest' do
config = use_native_modules!

use_react_native!(
:path => config[:reactNativePath],
Code Block
:hermes_enabled => false
)

target 'MyAppTestTests' do
inherit! :complete

end


use_flipper!()

post_install do |installer|
react_native_post_install(installer)
end

end

Error
(in target 'FBReactNativeSpec' from project 'Pods')
warning: None of the architectures in ARCHS (i386, x86_64) are valid. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one value from VALID_ARCHS (i386, x86_64) which is not in EXCLUDED_ARCHS (x86_64). (in target 'FBReactNativeSpec' from project 'Pods')

BUILD FAILED


The following build commands failed:
PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/hello/Library/Developer/Xcode/DerivedData/MyAppTest-akwjgvymwkbxvzaivgqioaporzvw/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-46EB2E00011EF0.sh
(1 failure)



Replies

Were you able to solve this issue?