pod 创建自定义库失败后解决方案

遇到以上问题:

Cloning `https://github.com/CocoaPods/pod-template.git\` into `GlobalButton`.

Configuring GlobalButton template.

Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5

/Library/Ruby/Site/2.6.0/rubygems/specification.rb:1458:in `rescue in block in activate_dependencies': Could not find 'rexml' (~> 3.2.4) among 38 total gem(s) ( Gem::MissingSpecError)
。。。。。。。。。。。。。此处省略中间部分

To learn more about the template see `https://github.com/CocoaPods/pod-template.git\`.

To learn more about creating a new pod, see `https://guides.cocoapods.org/making/making-a-cocoapod\`.

解决方案:

gem install --user-install rexml

gem install --user-install xcodeproj

执行**pod lib create GlobalButton,**运行成功。

相关推荐
路过看风景7 天前
zsh: command not found: pod
ios·cocoapods
Keya1 个月前
解决 pod install 警告信息显示不完全的方法
ios·xcode·cocoapods
帅次1 个月前
【iOS设计模式】深入理解MVC架构 - 重构你的第一个App
ios·swiftui·objective-c·iphone·swift·safari·cocoapods
@PHARAOH1 个月前
WHAT - 依赖管理工具 CocoaPods
xcode·cocoapods
gavin carter2 个月前
一台电脑管理多个cocoapods账号
xcode·cocoapods
明似水2 个月前
解决 Ruby Gem “rexml“ 版本不兼容问题 (CocoaPods/Firebase 相关错误)
开发语言·ruby·cocoapods
survivorsfyh2 个月前
Xcode 16 集成 cocoapods 报错
macos·xcode·cocoapods
survivorsfyh2 个月前
error: Sandbox: rsync(17136) deny(1) file-write-create
xcode·cocoapods
龙之吻2 个月前
iOS 使用CocoaPods 添加Alamofire 提示错误的问题
ios·xcode·cocoapods
Jim-zf2 个月前
VScode ios 模拟器安装cocoapods
ios·xcode·cocoapods