79255820

Date: 2024-12-05 18:23:19
Score: 1.5
Natty:
Report link

Use --use-libraries

Try updating your Podfile by modifying the target 'Runner' block. Add use_frameworks! :linkage => :static as follows:

target 'Runner' do

use_frameworks! :linkage => :static

use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(FILE)) end

Then, run:

pod install --repo-update

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shakil Awan