79486757

Date: 2025-03-05 14:20:44
Score: 2
Natty:
Report link

My problem was solved by changing the podfile and changing the order of the build phases of my runner.

Within the PodFile, within the post_install I added the following snippet:

unless target.name == 'Runner'
    config.build_settings['SKIP_INSTALL'] = "YES"
  end

enter image description here

In my Runner's Build Phases, I needed to leave it in this sequence:

enter image description here

Reasons:
  • Blacklisted phrase (0.5): I need
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Osmar Kozan Jr