Warning pod install SendbirdWebRTC 1.5.0

Hi, i tried to update latest library sendbirdcall and SendbirdWebRTC 1.5.0 using cocoapods and my mac is M1 Chip and show warning when pod install. I look and the podspec at sendbird-webrtc-ios/SendBirdWebRTC.podspec at 1.5.0 · sendbird/sendbird-webrtc-ios · GitHub
and there is :
s.user_target_xcconfig = { ‘EXCLUDED_ARCHS[sdk=iphonesimulator*]’ => ‘i386’ }
s.pod_target_xcconfig = { ‘EXCLUDED_ARCHS[sdk=iphonesimulator*]’ => ‘i386’ }

Hello @NizarQ, and welcome to the Sendbird community!

What version of Xcode and CocoaPods are you currently using?

Hi @Ian ,

I’m using Xcode 13.3 and cocoapod 1.11.2
previously we use WebRTC v1.3.0 and no warning like that
it is because 1.5.0 has s.user_target_xcconfig and s.pod_target_xcconfig on podspec ?