Hydromoll
Results
1
comments of
Hydromoll
Solved my adding arm64 and this to podFile 👇🏻 target.build_configurations.each do |config| config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'i386 arm64' end end 