I created an iOS single view app (hostapp) and converted it to pod workspace. Runs well. Then created flutter module (clientapp), provided iOS team. Runs well, independently. Tu
Locate xcode_backend.sh file in the Flutter folder at this path flutter/packages/flutter_tools/bin and at line 140 change it to
xcode_backend.sh
flutter/packages/flutter_tools/bin
RunCommand find "${derived_dir}/engine/Flutter.framework" -type f -iname '.h' -exec chmod a-w "{}" \;
This will do it !!