I build this project with latest commit, and recompile WebRTC.framework, libwebrtc.a, libmediasoupclient.a, libsdptransform.a with armv7 support.
But when I compile mediasoup-ios-client with valid arch "armv7 arm64", it failed with
'AVFoundation/AVFoundation.h' file not found in RTCVideoFrame.h
I have to set valid arch with armv7 and arm64 one by one, and compile for each.
I build this project with latest commit, and recompile WebRTC.framework, libwebrtc.a, libmediasoupclient.a, libsdptransform.a with armv7 support. But when I compile mediasoup-ios-client with valid arch "armv7 arm64", it failed with
I have to set valid arch with armv7 and arm64 one by one, and compile for each.