How to install the Mobilevlckit? I tried a lot of times.I am getting Framework 'MobileVLCKit.xcframework' not found this issue. How to fix this could you please share any solution?
Podfile
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'liveStreamer' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!
  pod 'MobileVLCKit', '~> 3.4.0'
  # Pods for liveStreamer
  target 'liveStreamerTests' do
    inherit! :search_paths
    # Pods for testing
  end
  target 'liveStreamerUITests' do
    # Pods for testing
  end
end