Start a new topic

Build Errors when Importing Professional SDK on Silicon Mac

  •  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:
  1. Set build settings to iOS
  2. Set bundle ID to com.wikitude.unityexample
  3. Set target iOS Version to 12 and added language for Camera and Location Access
  4. Import Wikitude plugin
  5. Add Wikitude Camera and update license key
  6. 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:
  1. DllNotFoundException: UnityEditorMacOSBridge assembly:<unknown assembly> type:<unknown type> member:(null)
    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)
  2. Error initializing C# functions! System.DllNotFoundException: UnityEditorMacOSBridge assembly:<unknown assembly> type:<unknown type> member:(null)
      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 ()

Anyone have any insight on what might be happening here?

2 people have this problem
1 Comment

Same errors with "Expert Edition" in unity 2021.3


1 person likes this
Login or Signup to post a comment