我在我的项目中使用迦太基
Cartfile内容:
#socket.io-client
github "socketio/socket.io-client-swift" ~> 13.1.0Cartfile.resolved含量
github "daltoniam/Starscream" "3.0.5"
github "socketio/socket.io-client-swift" "v13.1.3"当我运行carthage update --platform ios时
I get the following output:
*** Fetching socket.io-client-swift
*** Fetching Starscream
*** Checking out socket.io-client-swift at "v13.1.3"
*** Checking out Starscream at "3.0.5"
*** xcodebuild output can be found in ...
The dependency graph contained a cycle:
socket.io-client-swift: Starscream
Starscream: zlib-spm, common-crypto-spm我的迦太基版本是0.29.0
从输出判断,依赖项中没有循环。
如何解决这个问题呢?
发布于 2018-04-16 11:55:18
通过简单地删除Carthage文件夹并再次运行carthage update,我终于让它重新构建了
https://stackoverflow.com/questions/49735892
复制相似问题