Hi,
Compiling a Unity project using OpenCVForUnity asset, I get the following messages :
...
+ Embedding framework: opencv2.framework...
+ Embedding framework: UnityFramework.framework...
+ Validating dependencies...
Dependency not found: @rpath/libswiftCore.dylib
in: build/Release-iphoneos/iPhone-target/ARtSight.app/Frameworks/opencv2.framework/opencv2
Dependency not found: @rpath/libswiftFoundation.dylib
in: build/Release-iphoneos/iPhone-target/ARtSight.app/Frameworks/opencv2.framework/opencv2
Error: unresolved dependencies in ARtSight\Frameworks\opencv2.framework\opencv2 for arch arm64. This app will crash on startup if not all the library and framework dependencies are present.
Full log : https://pastebin.com/H4LsrGZD
I used my Mac to remove architectures which are not targetting iOS devices (using lipo -remove i386 -remove x86_64 on the framework and a library as told by OpenCVForUnity in Unity console logs) and I added manually the framework in the tab "UnityFramework".
Is there something I missed ?
• Windows 10 (21H2)
• Builder version 3.49
• iOS SDK version 15.5
Hope you can help,
Regards
Marc