react native mac m1运行问题

image.png

解决:


image.png
image.png
 post_install do |installer|
    react_native_post_install(installer)
    installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings["ONLY_ACTIVE_ARCH"] = "NO"
      end
    end
  end

你可能感兴趣的:(react native mac m1运行问题)