Fix the iOS Framework dependency

`Foundation.framework` is not just for mac build, it is also needed on iOS build.

Bug: None
Change-Id: I94694102afbebbe60182521892e51c57760eb7c2
Reviewed-on: https://webrtc-review.googlesource.com/47656
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Commit-Queue: Jiawei Ou <ouj@fb.com>
Cr-Commit-Position: refs/heads/master@{#21919}
This commit is contained in:
Jiawei Ou
2018-02-03 12:24:24 -08:00
committed by Commit Bot
parent e2f69cfeef
commit c0216b8e68

View File

@ -39,6 +39,7 @@ config("rtc_base_all_dependent_config") {
if (is_ios) {
libs = [
"CFNetwork.framework",
"Foundation.framework",
"Security.framework",
"SystemConfiguration.framework",
"UIKit.framework",