我使用plugman
命令为我的 ios Cordova 项目安装 TestFlight 插件。TestFlight 插件位于https://github.com/shazron/TestFlightPlugin。下面的plugman 安装命令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
?如果这也有帮助,我很高兴提供更多背景信息,请告诉我。
提前致谢。