Kevin Weiler
Kevin Weiler
@physxP Thanks for the reply. I've copied TensorflowLiteC to both the pub cache and derived data locations (ensuring the links in flutter are going to the correct cache location). See:...
I got it working with a custom build, though I'm not happy about having to manually linking in diff library just to run on simulator. Here's the build I used...
@kishikawakatsumi Please merge gdunkle's commit. As you probably are aware, libs cannot access main bundle when using dynamic frameworks (just returns nil), which has been adopted standard (use_framework!) for cocoapods...