Search Issue Tracker
Fixed
Fixed in 1.0.3
Votes
0
Found in [Package]
0.5.0-exp.0
Issue ID
AVPB-145
Regression
No
[PolySpatial] Linker Error: Missing _GetPolySpatialNativeAPI when building Xcode project
How to reproduce:
1. Download and open the attached project
2. Build and deploy to a VisionOS device
Expected outcome: No errors appear
Actual outcome:
"Undefined symbols for architecture arm64:
"_GetPolySpatialNativeAPI", referenced from:
_RKRuntimeFuncs_GetPolySpatialNativeAPI_mE2254CB9DD6A5BABD4FEF5DF5AA6FEE065482184 in libGameAssembly.a(l1woyswky9t2.o)
_RKRuntimeFuncs_GetPolySpatialNativeAPI_static_mCA2433F613CA9024ED9FD398154B1E40228DECCB in libGameAssembly.a(l1woyswky9t2.o)
(maybe you meant: _RKRuntimeFuncs_GetPolySpatialNativeAPI_mE2254CB9DD6A5BABD4FEF5DF5AA6FEE065482184, _RKRuntimeFuncs_GetPolySpatialNativeAPI_static_mCA2433F613CA9024ED9FD398154B1E40228DECCB )
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)" errors appear
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Asset icon is not shown on creation unless you confirm the name
- APV Sky occlusion doesn't consider the terrain
- [iOS] "EXC_BAD_ACCESS" Player crash when Script Debugging is enabled
- Cursor skips input fields when tabbing between two sets of input fields
- "Shader error redefinition of 'Varyings'" error appears when selecting the shader
Resolution Note (fix version 1.0.3):
Unity generated Xcode projects targeting visionOS platform having PolySpatial dependencies no longer throw linker errors when building for any app mode (VR, MR, or windowed).