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%
Post
Replies
Boosts
Views
Activity
Got the same problem, but no solution for this issue at the moment ;(