ethand91 / mediasoup-ios-client

Mediasoup 3 iOS Client
ISC License
131 stars 65 forks source link

Compile failed on armv7 #72

Closed foobra closed 4 years ago

foobra commented 4 years ago

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.

foobra commented 4 years ago

After deeply clean, it works. Issue closed.