pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.13k stars 447 forks source link

Support for Xcode 6 and iOS 8/9 #130

Open napdivad opened 9 years ago

napdivad commented 9 years ago

Is there plan to support the webrtc build scripts for Xcode 6 and iOS 8/9?

I'm running into errors with the build scripts and cocoapods; it appears they were meant for Xcode 5 and iOS 6/7.

If not, does anybody know how to build webrtc for Xcode 6 and iOS 8/9?

zevarito commented 9 years ago

It is working for me with XCode 6 and IOS 8.4. What issues are you experiencing?

On Saturday, September 5, 2015, napdivad notifications@github.com wrote:

Is there plan to support the webrtc build scripts for Xcode 6 and iOS 8/9?

I'm running into errors with the build scripts and cocoapods; it appears they were meant for Xcode 5 and iOS 6/7.

— Reply to this email directly or view it on GitHub https://github.com/pristineio/webrtc-build-scripts/issues/130.

Sent from Gmail Mobile

napdivad commented 9 years ago

That's good to hear! I was getting the message

[0:03:40] Still working on: [0:03:40] src

and I thought it was an error, but apparently it's supposed to happen: https://github.com/pristineio/webrtc-build-scripts/issues/62

Thanks


Edit: the dance finished, but I got a fatal error:

Running ninja
ninja: Entering directory `out_ios_x86_64/Debug-iphonesimulator/'
[1750/1750] SOLINK libWebRTC_objc.dylib, POSTBUILDS
Running libtool
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: 9867-ios-x86_64-Debug.a (No such file or directory)
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: /Users/napdivad/Documents/Xcode/test/webrtc-build-scripts/ios/webrtc/libjingle_peerconnection_builds/libWebRTC-9862 (No such file or directory)
ln: /Users/napdivad/Documents/Xcode/test/webrtc-build-scripts/ios/webrtc/libWebRTC-LATEST-Universal-Debug.a: No such file or directory
-bash: $BUILD/libWebRTC-$WEBRTC_REVISION-arm-intel-$CONFIGURATION.a.version.txt: ambiguous redirect
-bash: $BUILD/libWebRTC-$WEBRTC_REVISION-arm-intel-$CONFIGURATION.a.version.txt: ambiguous redirect
-bash: $BUILD/libWebRTC-$WEBRTC_REVISION-arm-intel-$CONFIGURATION.a.version.txt: ambiguous redirect
-bash: $BUILD/libWebRTC-$WEBRTC_REVISION-arm-intel-$CONFIGURATION.a.version.txt: ambiguous redirect
-bash: $BUILD/libWebRTC-$WEBRTC_REVISION-arm-intel-$CONFIGURATION.a.version.txt: ambiguous redirect
Finished Dancing!

What does it mean?

silkroadnomad commented 8 years ago

yep..... same here. but one year later. any news?