Chamika Deshan
Chamika Deshan
Thank you very much for the answer. Seems you managed to solve it somehow. Though, the question is old but no proper or official solution yet. If you could share...
Thanks Zhehua Chang, your solution works! Bit slow but works. :) The only issue is the writing to the broadcast ip. As another approach, I have tried to write the...
Facing same issue. Updated to latest fastlane ``` run_tests(scheme: ENV['SCHEME'], destination: ["platform=iOS,id=xxxxxxxx"], code_coverage: true, output_types: "html,junit", output_directory: "reports/", open_report: true, output_style: "standard", xcodebuild_formatter: "xcpretty") end ``` ``` [12:42:44]: ▸ Linking...
Still struggling with this issue. Some more findings, In windows environment, this has no issues when tries with 1. When use with node (eg : node app.js) 2. As an...
Thanks @Sherlouk Yes it should be the reason. I will make a PR if found a better way. Since I have Video Data buffer, what would be the best way...