自动化打包 ipatool failed 错误

2024-08-14 05:35:50 +0000 [MT] Output: ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.arm64e-darwin23]

/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin23/rbconfig.rb:21: warning: Insecure world writable dir /opt/homebrew/opt in PATH, mode 040777

/Applications/Xcode.app/Contents/SharedFrameworks/AppThinning.framework/Resources/ipatool:4135: warning: assigned but unused variable - prev

/Users/daiyazhou/.rvm/rubies/ruby-3.0.0/lib/ruby/gems/3.0.0/gems/CFPropertyList-3.0.6/lib/cfpropertylist/rbCFPropertyList.rb:83: warning: assigned but unused variable - temp

Ignoring executable-hooks-1.6.1 because its extensions are not built. Try: gem pristine executable-hooks --version 1.6.1

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

Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0

Ignoring psych-5.1.0 because its extensions are not built. Try: gem pristine psych --version 5.1.0

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:85:in `require': cannot load such file -- sqlite3 (LoadError)

from /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:85:in `require'

from /Applications/Xcode.app/Contents/SharedFrameworks/AppThinning.framework/Resources/ipatool:24:in `<main>'

2024-08-14 05:35:50 +0000 [MT] JSON: error: Error Domain=NSCocoaErrorDomain Code=260 "The file "ipatool.json" couldn't be opened because there is no such file." UserInfo={NSFilePath=/var/folders/t4/bp39t6w15v39r14hq4rn2vj80000gn/T/IPATool.hTymEGg/ipatool.json, NSUnderlyingError=0x6000020626a0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

2024-08-14 05:35:51 +0000 [MT] Step "<IDEDistributionCompileBitcodeStep: 0x6000036b5b60>" failed with error "AppThinning.StubError(errorDescription: Optional("ipatool failed"))"

自动化打包 ipatool failed 错误

AppThinning.StubError(errorDescription: Optional("ipatool failed"))

$ gem install CFPropertyList

$ gem install sqlite3

出现如下错误时

ERROR: While executing gem ... (Errno::EACCES)

Permission denied @ dir_s_mkdir

添加权限

sudo gem install CFPropertyList

sudo gem install sqlite3

M1或以上设备 还有类似报错 执行

sudo​​​​​​​ gem install sqlite3 --platform arm64-darwin

相关推荐
杭城小刘1 天前
Weex 底层原理与 APM
ios·前端框架·weex
2501_924064111 天前
2025年移动应用渗透测试流程方案及iOS安卓测试方法对比
android·ios
鼹鼠SDN2 天前
【保姆教程】iPhone、iPad上玩电脑游戏 异地串流
ios·iphone·ipad·moonlight·sunshine·串流·科技数码
初级代码游戏2 天前
iOS开发 SwiftUI 2 : Image
ios·swiftui·swift
TheNextByte12 天前
如何在不使用 iCloud 的情况下备份 iPhone 短信
ios·iphone·icloud
denggun123452 天前
内存优化-(二)-oc&swift
ios·性能优化·cocoa·内存·swift
我要用代码向我喜欢的女孩表白2 天前
对象存储路径文件1TB以上文件比对,go语言
ios·golang·xcode
2501_916007472 天前
iPhone APP 性能测试怎么做,除了Instruments还有什么工具?
android·ios·小程序·https·uni-app·iphone·webview
2501_915106322 天前
Windows 环境下有哪些可用的 iOS 上架工具, iOS 上架工具的使用方式
android·ios·小程序·https·uni-app·iphone·webview
Student_Zhang2 天前
一个管理项目中所有弹窗的弹窗管理器(PopupManager)
前端·ios·github