Build Errors when Importing Professional SDK on Silicon Mac
K
Kiefer Slaton
started a topic
about 1 year ago
Version - 2021.2.0f1 (Silicon), but also tested with most recent LTS Silicon and same issue
SDK Version - Unity SDK Professional 9.12
Build Target - iOS
Steps Followed:
Set build settings to iOS
Set bundle ID to com.wikitude.unityexample
Set target iOS Version to 12 and added language for Camera and Location Access
Import Wikitude plugin
Add Wikitude Camera and update license key
Add ImageTracker, select target and set trackable drawable to a simple cube
Issue - Package imports fine, but when I hit play to test after following the Image Tracking tutorial exactly, the build fails. I'm getting the same two errors over and over:
Kiefer Slaton
WikitudeEditor.MacOSCollectionBridge.WikitudeEditor.ITargetCollectionBridge.LoadCollection (System.String wtcName) (at <6939333d23934623bba11a29cff52459>:0)
WikitudeEditor.TargetCollectionDatabase.LoadCollection (System.String relativePath) (at <6939333d23934623bba11a29cff52459>:0)
WikitudeEditor.TargetCollectionDatabase.GetCollection (System.String relativePath) (at <6939333d23934623bba11a29cff52459>:0)
WikitudeEditor.ImageTrackableInspector.OnEnable () (at <6939333d23934623bba11a29cff52459>:0)
at (wrapper managed-to-native) Wikitude.MacOSEditorWikitudeBridge.UnityWikitudeBindings_InitializeCSharpFunctions(intptr)
at Wikitude.MacOSEditorWikitudeBridge.Wikitude.IWikitudeBridge.InitializeCSharpFunctions (System.IntPtr csharpFunctions) [0x00000] in <94c71fe0919c4850ab41a6fcbe91fff6>:0
at Wikitude.TrackerManager.Init () [0x00374] in <2bbd10d488864c47b9eaca18f864a0d4>:0
UnityEngine.Debug:LogError (object)
Wikitude.TrackerManager:Init ()
Wikitude.WikitudeBridge:Setup ()
Wikitude.WikitudeCamera:Start ()
2 people have this problem