在 XCode 中检测 iOS 应用程序 - 归档失败错误

Instrumenting iOS Application in XCode - Archive Fail Error

我尝试构建 .api 文件以通过 testComplete 进行测试 link:

https://support.smartbear.com/testcomplete/docs/app-testing/mobile/ios/preparing/instrumenting-apps/xcode-6.html

但是当我去步骤归档项目时Xcode抛出错误:

ld: library not found for -lTestComplete-agent-static clang: error: linker command failed with exit code 1 (use -v to see invocation)

该项目是Ionic Project,我在网上搜索但没有找到任何线索。我认为麻烦是 stepAdd the TestComplete Agent Library to Your Project 。请帮我如何存档?

这很可能是您在 Xcode 中的项目设置问题。首先,确保您为 TestComplete 库指定了正确的搜索路径(参见 here). Also, double check that you changed the build settings as documented.

如果这没有帮助,请联系 SmartBear support 并提供项目设置的详细信息。