I'm trying to update our app to use the new WebRTC SDK and running into a lot of linker errors. It's similar to this forum post:
http://www.tokbox.com/forums/ios/architecture-linker-error-in-webrtc-ios-sdk-t14117
I attached a screenshot of some of the errors we're getting. I tried all the things that were mentioned in the thread above with no luck fixing the problem. For reference, here's what I've done so far to try to fix the problem:
- Pulled latest version from github
- Pulled the iOS sample app and followed instructions here which built fine, no linker errors
- Made sure we're only building for armv7 and not armv7s
- Made sure I was targeting a device and not the simulator
If it helps, my other linker flags are -ObjC -lsqlite3.0