I found the fix (really easy) in a blog of Narlei dev (I can't paste the URL)
1- Set
exclude arm64 architecture in your project
2-
This at the end of your Podfile
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: