After creating the Xcode project from the VisionOS Template Unity project, I am unable to get the project to run in the Simulator due to the following build link error:
ld: building for 'xrOS-simulator', but linking in object file (/Users/ryandawson/Dev/Unity/Apple/visionOSTemplate-0.1.0a/Builds/Libraries/libiPhone-lib.a[5](MeshSkinningNEON64_blzfc.o)) built for 'xrOS'
clang: error: linker command failed with exit code 1 (use -v to see invocation
I have attempt to set the SDK in the Unity project to the simulator version but that seems to have no effect.
How can I get the VisionOS Template project to build and run successfully in the Simulator?
Hey, not sure but this error only pops in when using Xcode-beta 4. There is no problem with Xcode-beta 2 which is the recommended version for Unity right now.
More than just the recommended version, our 0.1.0 release is only compatible with Xcode beta 2. We will catch up to latest versions of Xcode in subsequent releases.
Apropos to this topic, does anyone have the a working link to Xcode 15 beta 2? I foolishly deleted the app from my computer and updated Xcode to 15 beta 3. Now when I return to the Apple developer site, I see Xcode 15 Beta 2 but the download link is broken!!