diff --git a/examples/BUILD.gn b/examples/BUILD.gn index 8f7ce889c8..7c933f0122 100644 --- a/examples/BUILD.gn +++ b/examples/BUILD.gn @@ -318,7 +318,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) { "../sdk:framework_objc+link", ] sources = [ - "$root_out_dir/WebRTC.framework", + "$root_build_dir/WebRTC.framework", ] outputs = [ "{{bundle_resources_dir}}/Frameworks/{{source_file_part}}",