Created
August 10, 2022 23:07
-
-
Save robnadin/ffa81a0cafebf4bcd3ecfb426d9958bf to your computer and use it in GitHub Desktop.
Native Xcode w/ Intel iOS Simulator on Apple Silicon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
post_install do |installer| | |
installer.pods_project.build_configurations.each do |config| | |
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment