gpt4 book ai didi

ios - Xcode:创建新项目时出现 pod install 错误

转载 作者:行者123 更新时间:2023-12-04 12:09:27 26 4
gpt4 key购买 nike

首先,我对 iOS 开发和 MAC 真的很陌生(只拥有一个一周)
我正在尝试创建一个需要 pod 安装的 iOS 应用程序,我已经安装了 cocopods 等并导航到我的项目目录。然后我生成了 pod 文件并添加了我需要的依赖项。当它运行 pod install 时,我收到一个错误,
[笔记]
您可能在 Ruby 解释器或扩展库中遇到了错误。
欢迎报告错误。
详情:https://www.ruby-lang.org/bugreport.html
错误顶部:

/Users/pilotman/.gem/ruby/2.6.0/gems/ethon-0.14.0/lib/ethon/curls/classes.rb:36: [BUG] Illegal instruction at 0x00000001021b4000
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]
错误的底部:
[IMPORTANT]
Don't forget to include the Crash Report log file under
DiagnosticReports directory in bug reports.

zsh: abort pod install

谢谢

最佳答案

这个问题很笼统...
您使用的是 Macbook M1 吗?还是英特尔 Macbook?
如果您使用的是 Intel macbook ...

  • $sudo gem 安装 cocoapods
  • 移动到你的文件夹运行 pod init
  • 打开您的 Podfile 并添加您的目标,例如
    #platform :ios, '9.0'
    target 'MyPod' do
    # Pods for MyPod
    pod 'Firebase/Auth'

    end
  • 关闭 Podfile
  • 输入 pod install
  • 输入 pod 更新
  • 打开 MyPod.xcworkspace 并开始工作

  • 如果您使用的是 M1 Mb,请执行相同的操作,但从
  • 右键单击终端
  • 获取信息 -> 使用 Rosetta 打开
  • 打开终端并输入 sudo gem install ffi

  • 然后执行上面的步骤。
    如果此错误仍然发生,请告诉我。

    关于ios - Xcode:创建新项目时出现 pod install 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67910379/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com