Closed mohd-afid closed 1 year ago
hey @mohd-afid
Any specific reason why you are using both flutter_webrtc
and hmssdk_flutter
?
Removing flutter_webrtc
and only using hmssdk_flutter
will resolve this error
@ygit I already developed a complete video conference app using the flutter_webrtc package. So I am trying to do picture-in-picture in IOS using the hmssdk_flutter package. Is there any idea to do pip mode in iOS?
@mohd-afid 100ms provides built-in support for Picture-in-Picture (PIP) on iOS devices.
Our platform is among the first to offer this feature.
Check out our documentation here: https://www.100ms.live/docs/flutter/v2/how--to-guides/set-up-video-conferencing/render-video/pip-mode#ios
@ygit I know, I already followed this document, but I can't install the hmssdk_flutter package in our project.
@mohd-afid You cannot have both flutter_webrtc
& hmssdk_flutter
in the project.
@ygit I've already done all of my features with flutter_webrtc, so is there any other solution for pip mode in iOS?
No @mohd-afid
hey @mohd-afid Have you considered/started integrating 100ms Flutter package? Anything else we can assist with?
hey @mohd-afid Closing this ticket now, let me know if you need anything else. You can also chat with us on Discord: https://100ms.live/discord
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/installer/xcode/target_validator.rb:67:in'
verify_no_duplicate_names' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/installer/xcode/target_validator.rb:54:in
block (2 levels) in verify_no_duplicate_framework_and_library_names' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/installer/xcode/target_validator.rb:48:ineach_key' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/installer/xcode/target_validator.rb:48:in
block in verify_no_duplicate_framework_and_library_names' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/installer/xcode/target_validator.rb:47:ineach' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/installer/xcode/target_validator.rb:47:in
verify_no_duplicate_framework_and_library_names' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/installer/xcode/target_validator.rb:37:invalidate!' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/installer.rb:666:in
validate_targets' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/installer.rb:164:ininstall!' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/command/install.rb:52:in
run' /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/command.rb:334:inrun' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/lib/cocoapods/command.rb:52:in
run' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.12.0/bin/pod:55:in<top (required)>' /usr/local/bin/pod:23:in
load' /usr/local/bin/pod:23:in `I am using the flutter_webrtc and hmssdk_flutter packages. There is no problem in Android, but the above error appears in iOS.