使用plugman安装Testflight插件构建Cordova项目时找不到-lTestFlight库

时间:2013-05-21 15:10:59

标签: ios cordova testflight

我使用plugman命令为我的ios Cordova项目安装TestFlight插件。 TestFlight插件位于https://github.com/shazron/TestFlightPlugin。下面的plugman install命令id。

plugman --install --platform ios --project ./TestFlightApp --plugin https://github.com/shazron/TestFlightPlugin

尝试在设备上运行项目时收到以下内容

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

我一直在挖掘,似乎project.pbxproj的更改导致构建失败。

是否存在通过plugman安装的任何已知问题或已知解决方案?我很高兴提供更多的背景,如果这也有帮助,请告诉我。

提前致谢。

1 个答案:

答案 0 :(得分:0)

plugman 0.7.7刚推出修正了这个问题:)

原始问题:https://issues.apache.org/jira/browse/CB-3431

我向插件维护者报告了这个问题:https://github.com/shazron/TestFlightPlugin/issues/9