Requested
Seen
9 instances
Each time I construct from Unity 2022.3.15.f1 a easy Vuforia check challenge for iOS 17 Xcode 15.1 offers me the error under. For some motive, the Unity construct is placing the required frameworks within the unsuitable place and I’m making an attempt to determine how you can level to their location.
Error loading /var/containers/Bundle/Software/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/UnityFramework.framework/UnityFramework (137): dlopen(/var/containers/Bundle/Software/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/UnityFramework.framework/UnityFramework, 0x0109): Library not loaded: @rpath/VuforiaEngine.framework/VuforiaEngine
Referenced from: /non-public/var/containers/Bundle/Software/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/UnityFramework.framework/UnityFramework
Motive: tried: ‘/usr/lib/swift/VuforiaEngine.framework/VuforiaEngine’ (no such file, not in dyld cache), ‘/non-public/preboot/Cryptexes/OS/usr/lib/swift/VuforiaEngine.framework/VuforiaEngine’ (no such file), ‘/non-public/var/containers/Bundle/Software/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), ‘/non-public/preboot/Cryptexes/OS/usr/lib/swift/VuforiaEngine.framework/VuforiaEngine’ (no such file), ‘/non-public/var/containers/Bundle/Software/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/VuforiaEngine.framework/VuforiaEngine’ (no such file), ‘/non-public/var/containers/Bundle/Software/15175FA5-6EE1-4AD2-8618-1B0CF1A76AE1/Vuforia-01.app/Frameworks/VuforiaEngine.framework/VuforiaEngine’ (no such file)
I figured it out. Within the ‘Normal’ settings in Xcode scroll right down to ‘Frameworks, Libraries, and Embedded Content material’ and click on the plus button after which browse to the frameworks folder. In my case there are two folders which might be crimson. ‘com.ptc.vuforia.engine’ and ‘com.unity.advertisements’. Drill down into these folders and add all of the frameworks to the challenge. This course of is unintuitive. I do not bear in mind having to undergo this after I used older variations of Vuforia and Unity.
default