Closed zero1zero closed 9 years ago
Not sure, however acccording to this commit: https://github.com/pristineio/webrtc-mirror/commit/71f6f4405c1c5f60097f8d10841378088e78e8b9 "Future work to get it working on OS/X, simulator (renders black screen currently) and with the Android AppRTCDemo. Currently protected with a compile time guard." so i don't think it works on OSX yet. However I had no issue with compiling on ios
I've been compiling on OSX up until more recent builds so I'm not sure what has gone wrong. Maybe it's something strange with my build that has changed. Still digging but on it's face, it looks like an inclusion of nss as well as boring ssl. Shouldn't there only be one?
Hmm. it looks like there is an issue with the GYP defines. I'm making a new branch redefining the GYP defines and going to test. I'll post on here if there are any updates
Can you try pulling the latest master and trying again?
Built with latest. The libWebRTC-9522-ios-x86_64-Release.a binary is the correct to use for OSX, yes?
Try navigating to webrtc-build-scripts/ios/webrtc/libjingle_peerconnection_builds/archives/9526/Debug/libjingle_peerconnection/ There should be a libWebRTC.a and libWebRTC-osx.a
Your archives directory will contain all the builds by revision
The iOS build should not work on mac...
Sure, I just wasn't sure of the naming scheme as you are technically still under the ios directory. So I don't have an archives directory or any binary similar to libWebRTC-osx.a. Is there a different procedure for OSX builds over sourcing the build script and dancing?
https://github.com/pristineio/webrtc-build-scripts#building-the-libraries-1 Section on mac. Instead of dance, you do a build_webrtc_mac
Can you do a fresh clone and try one more time? There should absolutely be a archives directory, thats how I grab the binary files and publish to cocoapods. Also you could just unextract the latest tar.bz2 file that cocoapods points to. That way you can just use a prebuilt one
Awesome, pulled the recent cocoapod and all is well. Derp, I should have remembered how to build osx from source, it had just been a while. For future webrtc build googlers, here was the relevant commit: https://github.com/pristineio/webrtc-build-scripts/commit/80aee1322d9afeb9136291bc4060eaa73c953bf1
Thanks a million Rahul.
Would be happy with a workaround here but am running into this issue in version 9514.2.0:
Any way to get around this in settings?