open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
389 stars 181 forks source link

iOS build issue: Undefined symbols for architecture arm64 #586

Open rouzbeh-abadi opened 2 years ago

rouzbeh-abadi commented 2 years ago

Hi, Have this issue while building the iOS project. FYI, ObjC is also added to the Linker flags. It happens when I use OWTConferenceClientDelegate in the project. I even added it to a new project with zero configuration, same errors

Any idea how to fix that:

Screenshot 2022-03-11 at 23 20 49

Thanks