美文网首页
react native mac m1运行问题

react native mac m1运行问题

作者: 一只哈哈 | 来源:发表于2021-11-26 16:48 被阅读0次
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运行问题

      本文链接:https://www.haomeiwen.com/subject/jflxxrtx.html