Every time I build from Unity 2022.3.15.f1 a simple Vuforia test project for iOS 17 Xcode 15.1 gives me the error below. For some reason, the Unity build is putting the required frameworks in the wrong place and I am trying to figure out how to point to their location.
Error loading /var/containers/Bundle/Application/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/UnityFramework.framework/UnityFramework (137): dlopen(/var/containers/Bundle/Application/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/UnityFramework.framework/UnityFramework, 0x0109): Library not loaded: @rpath/VuforiaEngine.framework/VuforiaEngine
Referenced from: /private/var/containers/Bundle/Application/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/UnityFramework.framework/UnityFramework
Reason: tried: ‘/usr/lib/swift/VuforiaEngine.framework/VuforiaEngine’ (no such file, not in dyld cache), ‘/private/preboot/Cryptexes/OS/usr/lib/swift/VuforiaEngine.framework/VuforiaEngine’ (no such file), ‘/private/var/containers/Bundle/Application/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/VuforiaEngine.framework/VuforiaEngine’ (no such file), ‘/usr/lib/swift/VuforiaEngine.framework/VuforiaEngine’ (no such file, not in dyld cache), ‘/private/preboot/Cryptexes/OS/usr/lib/swift/VuforiaEngine.framework/VuforiaEngine’ (no such file), ‘/private/var/containers/Bundle/Application/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/VuforiaEngine.framework/VuforiaEngine’ (no such file), ‘/private/var/containers/Bundle/Application/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/VuforiaEngine.framework/VuforiaEngine’ (no such file)




