gpt4 book ai didi

ios - Swift:如何将 pod 链接到我自己的框架

转载 作者:搜寻专家 更新时间:2023-10-31 22:09:16 24 4
gpt4 key购买 nike

我试图创建一个使用 pod 的框架,当我运行命令 pod lib lint 来验证我的 .podspec 文件时,我得到:

ERROR | [iOS] xcodebuild: /Users//Desktop/Developer///Models/.swift:8:8: error: no such module 'SwiftyUserDefaults'

如何将 pod 链接到我的框架

我也收到警告我认为这是因为我的存储库是私有(private)的所以我正在阅读教程,但我也收到另一个错误我不知道它是什么意思:

ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code. You can use --verbose for more information.

什么是?

完整消息:

- WARN  | url: The URL (https://github.com/*/*) is not reachable.
- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- ERROR | [iOS] xcodebuild: /Users/*/Desktop/Developer/*/*/Models/EMConnectedPeripheral.swift:8:8: error: no such module 'SwiftyUserDefaults'

最佳答案

.podspec文件中添加:spec.dependency 'NameOfDependency'

关于ios - Swift:如何将 pod 链接到我自己的框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57705676/

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