【发布时间】:2013-05-21 15:10:58
【问题描述】:
我使用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 安装是否有任何已知问题或已知解决方案?如果这也有帮助,我很高兴提供更多背景信息,请告诉我。
提前致谢。
【问题讨论】:
标签: ios cordova testflight