About the problem
I built a Unity project for the visionOS platform and opened it on Xcode-beta 4. When I tried to run the project, the build failed and the errors following appeared:
Errors
Building for 'xrOS-simulator', but linking in object file (/<Path to my Unity Xcode project>/Libraries/libiPhone-lib.a[5](MeshSkinningNEON64_blzfc.o)) built for 'xrOS'
Linker command failed with exit code 1 (use -v to see invocation)
I have no idea what causes the issue and how to solve it. Is there anybody to find the cause and the solution for the problem?
Note
Unity has nothing to do with the matter, I guess, because the build on Unity is always successfully completed.
Environment
- Unity 2022.3.5f1 that has visionOS Build, iOS Build, and Mac Build modules.
- Xcode-beta 4