ios - library not found for -lTestFlight when building Cordova project with Testflight plugin installed via plugman -
i used plugman
command install testflight plugin ios cordova project. testflight plugin found @ https://github.com/shazron/testflightplugin. plugman install command id below.
plugman --install --platform ios --project ./testflightapp --plugin https://github.com/shazron/testflightplugin
i receive following when attempting run project on device
ld: library not found -ltestflight clang: error: linker command failed exit code 1 (use -v see invocation)
ive been digging , seems changes project.pbxproj
ones causing build fail.
are there known issues or known resolutions installing via plugman
? glad provide more context if too, let me know.
thanks in advance.
plugman 0.7.7
pushed fixes issue :)
original issue: https://issues.apache.org/jira/browse/cb-3431
the issue being fixed reported plugin maintainers: https://github.com/shazron/testflightplugin/issues/9
Comments
Post a Comment