我使用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
安装的任何已知问题或已知解决方案?我很高兴提供更多的背景,如果这也有帮助,请告诉我。
提前致谢。
答案 0 :(得分:0)
plugman 0.7.7
刚推出修正了这个问题:)
原始问题:https://issues.apache.org/jira/browse/CB-3431
我向插件维护者报告了这个问题:https://github.com/shazron/TestFlightPlugin/issues/9