I managed to find a solution, just add this to your PodFile, under post_install:
unless target.name == 'Runner' config.build_settings['SKIP_INSTALL'] = "YES" end
This fixed my problem 100%