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

Invalid setting in libjingle_peerconnection.podspec.json #106

Open iasandcb opened 9 years ago

iasandcb commented 9 years ago

"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/libjingle_peerconnection\""

does not work on CocoaPods 0.37.2.

It should be

"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Public/libjingle_peerconnection\""

, i.e. "Public" subdirectory is required.