Results 12 comments of hyiso

Same problem。 Using `canvaskit` will leading to Noto font related problems. And also some device like iPad4 does not support `WebAssembly`, causing `canvaskit` renderer not working

I'm not sure whether this plugin needs any configurations else, as I cannot find spine_flutter.framework in the `Frameworks` directory under the output HostProject.app

I've tested a simple add2app example, only a little different from my iOS host project, this plugin runs as expected. The main difference is in Podfile ```ruby # Simple add2app...

Also tried the example in spine-flutter, adding `:linkage => :static,` after `use_frameworks!`, it also throws the exception

Tried this PR, this might cause a long time waiting at 'Generating Pods project' when running pod install. Maybe the recursive depth should be limited

> > Tried this PR, this might cause a long time waiting at 'Generating Pods project' when running pod install. > > Maybe the recursive depth should be limited >...

> > > Tried this PR, this might cause a long time waiting at 'Generating Pods project' when running pod install. > > > Maybe the recursive depth should be...

> > > > Tried this PR, this might cause a long time waiting at 'Generating Pods project' when running pod install. > > > > Maybe the recursive depth...

Maybe you could add `--verbose` to show more detailed build info.

Maybe it's the `/obfuscating/symbols` path's permission denied. I tried your sample code locally. also failed with `--split-debug-info=/obfuscating/symbols` as ``` Target android_aot_release_android-arm failed: FileSystemException: Creation failed, path = '/obfuscating' (OS Error:...