Webrtc package Xcode App Store upload error.

Hello,

I receive this error when I try to upload our Ios build to the App Store:

We are using:
Webrtc package version: 2.3.3
Xcode Version: 12.5.1 (12E507)
IOS build target: 11

Two questions:

  • How can I fix this error?
  • Although we are not using webrtc in our Ios application the binaries are included with the package. Is there a way to remove the Ios binaries? (Withour copying the package into ./Packages folder, we want to keep using package manager)

Any help is appreciated. Thanks!

1 Like

Please follow this note in this document.
You need to remove x86_64 architecture from the binary in the framework.
https://docs.unity3d.com/Packages/com.unity.webrtc@2.4/manual/index.html#requirements

1 Like