My Mac use:
macOS Big Sur - version 11.0.1
Xcode 12.2
Cocos2d-x 4.0
I compile according to the command:
build_ios && cd build_ios
cmake … -GXcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphoneos
open install_test.xcodeproj
When I simulator - Xcode error message
I have research on the internet, I to replace flies *.dylib with flies *.tbd
But Xcode error message:
Can someone help me to solve this problem