gpt4 book ai didi

ios - 删除 Testflight 后构建失败

转载 作者:行者123 更新时间:2023-11-29 02:23:19 25 4
gpt4 key购买 nike

我是 ios 开发的菜鸟。我有一个项目,我需要从中删除,testflight 库。我一直在评论有关 Testflight 的所有引用行,但现在我收到下一个错误“_TFLog”,但我不知道如何解决它。

Undefined symbols for architecture armv7:
"_TFLog", referenced from:
-[BibliotecaViewController loadCategories] in BibliotecaViewController-49994DBCE4C92E5B.o
-[ViewController viewDidLoad] in ViewController.o
-[ViewController alertView:clickedButtonAtIndex:] in ViewController.o
-[ViewController checkUpdatesLocally] in ViewController.o
-[ViewController productsRequest:didReceiveResponse:] in ViewController.o
-[ViewController request:didFailWithError:] in ViewController.o
-[ViewController completedPurchaseTransaction:] in ViewController.o
...
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我需要做什么?

P.D.:对不起我的英语,谢谢!

最佳答案

导入标题但不链接到库时,这是一个常见的错误。

您通常通过在构建阶段->将二进制与库链接部分或build设置中添加库来解决它 ->搜索路径-库搜索路径的部分

但在您的情况下,您不想使用 TFLog。因此,首先在整个项目(cmd+shift+F)中搜索TFLog并删除相关行并尝试重建您的项目。

关于ios - 删除 Testflight 后构建失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27858888/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com