IOS:如何使用 Fabric 为 ios8 和 ios9 进行 Twitter 集成

IOS: How to do twitter integration using Fabric for ios8 and ios9

对于 ios9 使用 Fabric 的 Twitter 集成工作正常,但是当我为 ios8 进行集成时,它显示了所有 3 个错误

1) 无法构建模块 'TwitterKit'
2) 无法构建模块 'TwitterCore'
3) Cocoa/Cocoa.h' 找不到文件

尝试将部署目标设置为 iOS 8(对于项目和目标)在 xcode 7 或 above.I 尝试使用 xcode 6 构建时遇到类似的问题。 3.Also 你不能 iOS 7 作为部署目标,因为 TwitterCore 不支持 iOS 7.Hope 它有帮助:)

编辑

项目设置部署目标

为目标设置部署目标

我已经使用 xcode 7.2 for 运行 on device.It 没有给出任何错误。