问题标签 [podfile]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 如何确定 CocoaPods 是否安装在我的 Mac 中?
我想知道我的 Mac 上是否安装了 CocoaPods。我应该在终端输入什么?
swift - 如果我们在 Xcode 9 中编译,应用程序会崩溃
当我们从 Xcode 9 构建应用程序时,应用程序开始在设备上崩溃,该应用程序在模拟器上运行良好,但在设备上崩溃。以下是设备崩溃日志
嵌入 swift 库标志为真,应用程序在机器上成功编译,一旦我们在设备上启动应用程序,它就会崩溃。
ios - Xcode删除pod文件后如何删除框架
删除 pod 文件后,出现错误
想知道我在哪里可以删除框架?试图去目标,然后去链接框架和库。我看不到 Alamofire 框架存在。此外,在框架搜索路径中,我也看不到 Alamofire 的路径。
xcode - 为特定目标更新/安装 CocoaPods
有可能pod install @targetName
吗?
我遇到了一个问题,即我没有为我的项目更新 pod 的选项,但我必须为我的单元测试目标安装新的 pod。
ios - An error occurred while processing the post-install hook of the Podfile
The post_install
used to work when I'd run pod install
or pod update
. But now it throws an error:
Here's my Podfile:
xcode - 错误:由于 Podfile.lock 中的合并冲突,解析无法继续
最近自从更新 Xcode 以来,我在使用 podfile 时遇到了很大的麻烦。我无法将任何新的 pod 添加到现有的 pod 文件中,因此我决定创建一个新项目并将我所有的东西复制到里面。但现在我不得不再次面对同样的问题,如果我们能够解决这个问题,我会非常高兴。
正如标题所说,每次尝试使用 pod install 或任何其他 pod 命令时,我都会收到以下错误:
错误:由于存在以下合并冲突,解析无法继续:位于 /Users/Al/Xcode/Alpha/Podfile.lock 的文件
在整个错误日志的末尾它说:
<<<<<<< 头
PODFILE 校验和:ee6160c5c3b5d0c8ebc5ddcb9ac0841413b85dc3
=======
PODFILE 校验和:d5cfd70801e862e4ade36c54ca4ad6698be59373
D>>>>>>> 41bfa2c75e2c2a1832f998baf7bd445e385ba513
可可豆:1.3.1
ios - 如何修复快速链接器错误“找不到框架 GTMSessionFetcher clang”
这个错误突然出现在我的 Swift 程序中
ld:未找到框架 GTMSessionFetcher clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)
这是 pod 文件
我已删除 cocoapods 并重新安装它,但没有结果
我已经清理并打开了工作区而不是项目,但仍然没有任何变化。
我已经尝试了类似问题的所有方法,但仍然没有运气。我看过的一些答案是 Apple Mach-O Linker Warning "Directory Not Found For Option..."
安装 CocoaPods 和 firebase pod 后,链接器命令失败,退出代码为 1
我注意到我的错误与我从其他人那里看到的有些不同,因为它是 GTMSessionFetcher 错误。我该如何解决这个问题并摆脱错误?
swift - Podfiles 似乎导致在 Xcode 中构建问题
我目前正在开发一个Xcode
使用Cocoapods
插件的项目,其中包括一些插件,如GoogleMessagingService
. 但是,每次我编译这个项目时都会遇到这个错误,并且只有当我Cocoapods
从项目中删除时它才会消失。
注意:出于保密原因,我在这里保留了一些命名,所以一些'----'是名称。
这些错误仅在Cocoapods
项目中使用时才会发生,并且在删除时会出现不同的结果可以解决,但我确实需要Cocoapods
使我目前正在使用的东西工作。
现在,我研究了这些信息并遇到了多个修复,例如清理项目和重新编译,使用不同版本的Cocoapods
. 但是,我已经尝试了这些,但仍然遇到同样的错误。
有什么我想念的吗?
编辑:我也尝试过使用“pod update”,但没有成功。
cocoapods - 有没有办法为 pod 库指定“最新”版本?
根据文档,您可以通过简单地在 podfile 中省略其版本来使用最新版本的 pod 库。
有没有办法通过指定+
或*
或之类的东西来使用最新版本latest
?
ios - No such module 'FBSDKLoginKit'
I just copied my project from my back up folder to another folder in desktop and its giving me this error. I have updated my pod again after removing FBSDKLoginKit still it's not working. If I remove this module and then build also some other pod will give the same error.
please don't mark it as duplicate as I need the root cause for this issue rather than the temporary solutions provided in different other threads like this one No Such Module 'FBSDKLoginKit' Xcode 9