I am trying to build babylonjs native for iOS in xcode.
I started by pulling the latest from github, and successful build the project using CMake
cmake -B build/iOS -G Xcode -D IOS=ON
I opened the compiled project file
open build/iOS/BabylonNative.xcodeproj
I initially ran into some errors due to wrong iOS target, which was solved by setting the iOS build target to 17.
The problem is I still get the following errors, which I hope someone can help me solve?
I’m rather new in xcode, but experienced Linux user. So this could be a simple setting I am not aware of