The following build commands failed:
CompileC /Users/maheshkasula/Library/Developer/Xcode/DerivedData/Appreiz-avvhqjmuucrefbbmajzwcuxxhyds/Build/Intermediates.noindex/Appreiz.build/Debug-iphonesimulator/AppreizEngage.build/Objects-normal/x86_64/main.o /Users/maheshkasula/Desktop/appreiz-app-ios/ios/AppreizEngage/main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target ‘AppreizEngage’ from project ‘Appreiz’)
(1 failure)
]
Node.js v20.14.0
why this error getting can any one help me…
my profile file
$RNFirebaseAsStaticFramework = true
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
platform :ios, '15.2'
target 'AppreizEngage' do
use_frameworks!
config = use_native_modules!
use_react_native!(
:path => config[:reactNativePath],
# to enable hermes on iOS, change `false` to `true` and then install pods
:hermes_enabled => false
)
target 'AppreizEngageTests' do
inherit! :complete
# Pods for testing
end
# Enables Flipper.
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable the next line.
# use_flipper!
post_install do |installer|
react_native_post_install(installer)
end
end
Mahesh Kasula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.