Random Undefined Symbol Error in iOS Build (Xcode) with Cocos Creator 3.8.0

Hello everyone,

I’m encountering an error when trying to run my iOS build from Xcode. Here’s the error message:

Undefined symbol: v8::internal::trap_handler::TryHandleSignal(int, __siginfo*, void*)
Undefined symbol: v8::internal::trap_handler::RegisterDefaultTrapHandler()

This error appears randomly. It worked fine previously, but now it’s occurring without any apparent reason. Does anyone know why this error happens and how to resolve it?

For additional context, here is my development environment:

  • macOS Sequoia 15.0
  • Cocos Creator 3.8.0
  • Xcode 16.0
  • Pod 1.15.2

Thanks in advance for your help!