EnoxSoftware / OpenCVForUnity

OpenCV for Unity (Untiy Asset Plugin)
https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088
556 stars 175 forks source link

Unity 2019.4.17 iOS #95

Open qpaozixu opened 3 years ago

qpaozixu commented 3 years ago

It can't work on iOS when unity version is 2019.4.17, opencv2.framework load failed.

Build will be failed but work on 2019.2.

How could I fix it?

EnoxSoftware commented 3 years ago

Thank you very much for reporting.

It seems to "import settings" are not correct. Please make sure it is set as follows.

image

Set [PlayerSettings]-[Other Settings]-[Configuration]-[Camera Usage Description].
image

Set Target minimum iOS Version to 8.0 or higher. image

image

Regerds, EnoxSoftware