I have run into a snag trying to load a Unity project onto an iPhone. I think the Unity build has placed the frameworks in the wrong place. In the attached image you can see that the names of the frameworks are in red. The build works without errors but when I load it onto the phone it crashes and I get the error below. Can someone help me point to these frameworks correctly in Xcode or move them to where they need to be? I have used Vuforia in the past without any problem. The main thing I am doing differently in this project is that I am also using Firebase. This has me stumped.
Unity Version: 2022.3.15f1
Vuforia: 10.19.3
iOS 17.3
Error loading /var/containers/Bundle/Application/D5D1AC38-AC7F-4B6E-ACEC-AD293CF89BD0/TestProjectiOS.app/Frameworks/UnityFramework.framework/UnityFramework (141): dlopen(/var/containers/Bundle/Application/D5D1AC38-AC7F-4B6E-ACEC-AD293CF89BD0/TestProjectiOS.app/Frameworks/UnityFramework.framework/UnityFramework, 0x0109): Library not loaded: @rpath/VuforiaEngine.framework/VuforiaEngine
Referenced from: <40A0E94F-90DB-3D98-BAB9-05F7B9F10537> /private/var/containers/Bundle/Application/D5D1AC38-AC7F-4B6E-ACEC-AD293CF89BD0/TestProjectiOS.app/Frameworks/UnityFramework.framework/UnityFramework
Reason: tried: '/private/var/containers/Bundle/Application/D5D1AC38-AC7F-4B6E-ACEC-AD293CF89BD0/TestProjectiOS.app/Frameworks/VuforiaEngine.framework/VuforiaEngine' (no such file), '/private/var/containers/Bundle/Application/D5D1AC38-AC7F-4B6E-ACEC-AD293CF89BD0/TestProjectiOS.app/Frameworks/VuforiaEngine.framework/VuforiaEngine' (no such file), '/private/var/containers/Bundle/Application/D5D1AC38-AC7F-4B6E-ACEC-AD293CF89BD0/TestProjectiOS.app/Frameworks/VuforiaEngine.framework/VuforiaEngine' (no such file)





