-
Notifications
You must be signed in to change notification settings - Fork 2
Description
while running on ios ,getting the issue
error export CLANG_WARN_DOCUMENTATION_COMMENTS=YES
error export CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER=NO
error export GCC_WARN_UNDECLARED_SELECTOR=YES
error export VALIDATE_PRODUCT=NO
error export GCC_WARN_PEDANTIC=YES
error /Users/manish.kumar/Desktop/marketPlace_new/marketplaceapp/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h: No such file or directory (in target 'ReactCodegen' from project 'Pods')
node:internal/process/promises:392
new UnhandledPromiseRejection(reason);
^
UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Error: Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'Medikabazaar.xcworkspace'.".
at throwUnhandledRejectionsMode (node:internal/process/promises:392:7)
at processPromiseRejections (node:internal/process/promises:475:17)
at process.processTicksAndRejections (node:internal/process/task_queues:106:32) {
code: 'ERR_UNHANDLED_REJECTION'
}
Node.js v23.11.0