xcode - POD 错误。 Pod 依赖移除的\`pre_install\` 或\`post_install\`

标签 xcode facebook cocoapods

当我尝试安装 pod 时。它说,

Installing AFNetworking 2.0.0-RC3 (was 2.0.0-RC3)
Installing Bolts (1.1.0)
Installing Facebook-iOS-SDK 3.14.1 (was 3.8.0)
Installing FontAwesomeKit (2.1.5)
Installing FontasticIcons 0.5.0 (was 0.5.0)
Installing JXHTTP (1.0.0)
Installing MBProgressHUD 0.8 (was 0.8)
Installing NSData+Base64 (1.0.0)
Installing RNFrostedSidebar (0.2.0)
Installing SSToolkit 1.0.4 (was 1.0.4)
[!] /bin/bash 
set -e
echo "This Pod relies on the removed \`pre_install\` or \`post_install\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details." && exit 1

This Pod relies on the removed `pre_install` or `post_install` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.

任何想法,如何纠正这个错误。这与 pod 或任何特定的 repo 相关吗? ?

最佳答案

您的问题仅来自 SSToolkit。此处找到的解决方案:https://github.com/soffes/sstoolkit/issues/197也为我工作。即,在您的 Podfile 中,将 SSToolkit 行替换为以下行:

 pod 'SSToolkit', :git => 'https://github.com/soffes/sstoolkit.git', :commit => '1403f02cb98f8357f4b8e43c59d9c69d608d7bed'

关于xcode - POD 错误。 Pod 依赖移除的\`pre_install\` 或\`post_install\`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23805175/

相关文章:

xcode - 如何使我自己的库的新头文件在基于 CocoaPods 的项目中可见?

ios - Xcode 11 - 应用程序图标 - 图像路径无效

ios - 解析 Facebook 登录 Swift 3.0

php - Facebook 注册和登录 Slim Framework PHP API

ios - Cocoapods:关闭 MagicalRecord 注销

iphone - 用于 arm7/iOS 4.3 的 pjsip 构建 - 在 mips_test.o 中找不到符号

facebook - 使用添加页面选项卡对话框重定向到页面

ios - pod install 显示以下问题

swift - 为 swift iOS 应用程序安装 cocoa pod 后找不到名为 AWSLex 的模块

ios - 如何确定 Xcode 项目中图像的最佳大小?