flutter-webrtc / flutter-webrtc-demo

Demo for flutter-webrtc
MIT License
1.15k stars 417 forks source link

Xcode failed error #175

Open akmadan opened 2 years ago

akmadan commented 2 years ago

BUILD FAILED Xcode's output: ↳ warning: [CP] Unable to find matching .xcframework slice in 'ios-x86_64-simulator ios-arm64_armv7' for the current build architectures (arm64 x86_64 i386). [/Users/akshitmadan/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_webrtc-0.7.1/ios/Classes/FlutterRTCMediaStream.m:3:9](): fatal error: 'WebRTC[/WebRTC.h]()' file not found

import <WebRTC[/WebRTC.h]()>

        ^~~~~~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
[/Users/akshitmadan/Desktop/flutter-webrtc-demo-master/ios/Pods/Pods.xcodeproj](): warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Libyuv' from project 'Pods')

Any solution for this?

pmagnuson commented 2 years ago

same issue for me.