如何设置“其他LInk标志”?

时间:2016-10-09 15:26:26

标签: ios xcode xcode8

我在我的应用程序中使用Twitterkit。

我是通过Pod安装的。

今天,我偶然从“其他链接标志”中删除了“TwitterKit”。

在我将“TwitterKit”添加回“其他链接标记”后,xcode始终显示“clang:error:no such file or directory:'TwitterKit'”错误。

有关如何处理此构建问题的任何线索?

先谢谢你。

[2016-10-10更新]

其他链接标志: 在每个项目之前需要 -framework 项目。 然后应该添加如下: enter image description here

1 个答案:

答案 0 :(得分:1)

在构建设置下 - >链接 - > “其他链接标志”包括 -framework“TwitterCore”和 -framework“TwitterKit”