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
In my Runner's Build Phases, I needed to leave it in this sequence: