wtct-hungary / UnityVision-iOS

This native plugin enables Unity to take advantage of specific features of Core-ML and Vision Framework on the iOS platform.
MIT License
133 stars 26 forks source link

2 different swift compiler errors #13

Open jelmerS2 opened 2 years ago

jelmerS2 commented 2 years ago

I'm getting VisionNative.swift:147:17: Cannot find 'UnitySendMessage' in scope and: VisionNative.swift:53:35: Cannot find 'Inceptionv3' in scope

I tried adding Inceptionv3 by dropping it into the project and by adding it in different location under "build phases" for Unity.iPhone target. But the documentation is a bit ambiguous about where exactly you should add the file (copy bundle resources? copy files? compule sources? etc)