问题描述
我有一个示例,新项目,我使用 Cocoapods
来安装 TestFlight
和 RestKit
。现在我正在尝试添加Frank但frank build不起作用。
I have a sample, new project that and I used Cocoapods
to install TestFlight
and RestKit
. Now I am trying to add Frank but "frank build" does not work.
我已尝试按照列出的步骤;
I've tried following steps listed here;
我试过修改已加盖的 ../ Frank / frankify.xcconfig
,我修改了默认目标的 .xcconfig
。
I've tried to modify the franked ../Frank/frankify.xcconfig
and I've modified the .xcconfig
for the default target.
当我运行frank build时,构建失败并给我留言,ld:找不到-lPods的库
。
When I run "frank build", the build fails and leaves me a message, "ld: library not found for -lPods"
.
关于如何使其发挥作用的任何想法?
Any ideas on how to get this to work?
推荐答案
从您链接的文章中,在修改 frankify.xcconfig
文件后,您仍然必须使用调用frank - 工作区
和 - scheme
flags。
from the article you link to, after modifying your frankify.xcconfig
file, you still have to call frank with the --workspace
and --scheme
flags.
这篇关于当我的项目使用Cocoapods时如何安装Frank?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!