FAQs

In Xcode > Targets > Runner > Build Phases, drag and arrange Embed Frameworks, [CP] Embed Pods Frameworks, and Embed Foundation Extensions so that they are above Run Script. Refer this for more details.

Add use_modular_headers! in your Podfile similar to:

Podfile
target '<application_name>' do
use_modular_headers!

Also, comment the :flipper_configuration => flipper_config, line.