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.12k stars 448 forks source link

Need help on cocoapods for libjingle_peerconnection #69

Open ghost opened 9 years ago

ghost commented 9 years ago

I don't know how to configure for 64 bit in iOS

Is this correct?

pod "libjingle_peerconnection"

post_install do |installer_representation| installer_representation.project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO' config.build_settings['VALID_ARCHS'] = ['armv7', 'i386','arm64'] end end end