quick cocos xcode with Undefined symbols for architeture error

230 Views Asked by At

enter image description here

I'm sure that the framework I use and other file references are correct. Now I can't find the reason for the error. I hope everyone can help me.

1

There are 1 best solutions below

0
Guru On

While running in Xcode simulator you got these error for Arm64 ? Then add arm64 for exclude Architecture in Xcode build settings. See attach image enter image description here