ios - TwitterKit 不能用 Xcode 6.3 编译

标签 ios twitter fabric.io

我将来自 Fabric 的 TwitterKit 添加到 Xcode 6.3 下的应用程序中。

应用程序会在我添加 TwitterKit 的运行脚本构建阶段步骤之前编译,但是一旦我添加 TwitterKit 它就会在调试构建期间失败并出现此错误:

2015-02-23 11:22:32.382 run[53735:1513077] Fabric.framework/run 1.3.13 2015-02-23 11:22:32.388 run[53735:1513077]

Fabric: dSYM Error

Unable to process fabrictest.app.dSYM at path /Users/mfoouser/Library/Developer/Xcode/DerivedData/fabrictest/Build/Products/Debug-iphonesimulator/fabrictest.app.dSYM Make sure your project build settings are generating a dSYM file. DEBUG_INFORMATION_FORMAT should be set to dwarf-with-dsym for all configurations. This could also be a timing issue, make sure the Fabric run script build phase is the last build phase and no other scripts have moved the dSYM from the location Xcode generated it.

Command /bin/sh failed with exit code 1

有人找到解决这个问题的方法吗?

最佳答案

这是一个简单的修复。就像错误状态一样,为您的调试版本打开 dSYM 生成。

从此更改您的build设置: enter image description here

为此: enter image description here

然后再次选择构建。它现在应该编译并运行。

关于ios - TwitterKit 不能用 Xcode 6.3 编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28681934/

相关文章:

twitter - 什么会导致 Twitter 卡片验证器给出重定向循环错误?

android - 如何从 Fabric Crashlytics 迁移到 Firebase Crashlytics?

ios - nib 中的 uiview 内容位于容器外部

iphone - 带有自定义按钮的自定义 UIAlertView

node.js - nodejs 中不可能出现无限循环吗?

node.js - node.js 中是否有与 Fabric.io 或 crashlytics 接口(interface)的模块来创建 Electron 应用程序?

ios - Crashlytics - 为什么我需要在上传 dSYM 之前下载它们?

ios - AVFoundation 使用 customVideoCompositorClass 和 animationTool 导出

ios - Azure 表插入中传入值的递增值

javascript - 有没有什么方法可以不使用 tweetbox 直接点击一个按钮来发推文?