Hi guys,
I’m experiencing an issue with my AR app that uses image tracking. We are developing mainly for iOS.
So I am developing on my windows PC. And when I build the Xcode project my ReferenceImageLibraries get created in the Xcode project like they should, under: XcodeProject\Unity-iPhone\ARReferenceImages.xcassets
The following libraries are created:
ReferenceImageLibrary (My own images, that I need)
TestReferencesImageLibrary (I don’t have this in my assets, but is in the ARKit package and I guess Unity takes it from there. Not sure why it exports though because I am surely not referering to it anywhere.)
TestReferencesImageLibrary (Another copy of the above for some reason, and we don’t know why.)
So this already seems a bit off. (Not referring to them and a duplicate?)
However ofcourse, we are not really able to make this build on a windows pc, because when we do we get the following Warning in Unity:
xcrun (an Xcode tool) was not found. This is necessary to bake ARKit-specific data into an XRReferenceImageLibrary. XRReferenceImageLibrary assets will not work in asset bundles.
So that’s why we send over the project to a Mac pc and build it from there. But when we do only the following libraries are exported:
TestReferencesImageLibrary
TestReferencesImageLibrary (a copy?)
and not ReferenceImageLibrary which we need so much.
On macOS Unity gives us no warnings or errors.
Anybody got any experience with this issue? Or anybody that can help me out? I’m kinda out of leads…