作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 xcode7.4 beta 使用 cocoapods 安装 XCGLogger Swift 2.0。
这是我的 pod 文件。
platform :ios, '8.0'
use_frameworks!
target 'City Summer School' do
pod 'Firebase', '>= 2.3.3'
pod 'XCGLogger', :git => 'https://github.com/DaveWoodCom/XCGLogger.git', :branch => 'swift_2.0'
end
target 'City Summer SchoolTests' do
pod 'Firebase', '>= 2.3.3'
pod 'XCGLogger', :git => 'https://github.com/DaveWoodCom/XCGLogger.git', :branch => 'swift_2.0'
end
然而,当我尝试编译时,出现了这个错误。
error: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: /Users/nim/Library/Developer/Xcode/DerivedData/City_Summer_School-cwdihbtsferehfbcdcilbmzrnqbp/Build/Products/Debug-iphonesimulator/City Summer School.app/Frameworks/XCGLogger.framework/XCGLogger (No such file or directory)
我在安装过程中遗漏了什么吗?
添加额外信息
在配置 Podfile 后,我从终端运行了 pod install,该 Podfile 添加到我现有的 xcworkspace 文件中。
在 Linked Frameworks and Libraries 下的项目设置中?
Pods_City_Summer_School.framework 已按要求列出。
这是 Swift 1 的转换 --> Swift 2.0
最佳答案
您遗漏了很多有关设置的缺失信息。实际上,我今晚刚刚在一个新的 Swift 2 项目中安装了 XCGLogger,它可以正常工作。
关于ios - 安装 XCGLogger swift_2.0 时遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31715809/
我是一名优秀的程序员,十分优秀!