I’ve a requirement the place there’s an current venture which makes use of a pod which can be internally created.
For simplicity we’ll name app as MyApp and inside pod as MyPod.
So MyApp is determined by MyPod.
Now the requirement is so as to add flutter display in MyPod.
I’m utilizing Choice B as talked about within the flutter information to attain this.
https://docs.flutter.dev/add-to-app/ios/project-setup#option-b—embed-frameworks-in-xcode
Now the issue that I’m going through is that the MyPod is constructing tremendous. However when I attempt to construct MyApp it throws compilation error that “import Flutter” not discovered contained in the MyPod file.
Any concept on the best way to obtain this situation or any clue on the best way to resolve this concern.