Commit 7b9c144f authored by Tomohiro Kumagai's avatar Tomohiro Kumagai

Adding $(inherited) to "FRAMEWORK_SEARCH_PATHS" build setting in xcconfig for aggregate.

parent f2ee638f
...@@ -64,7 +64,7 @@ module Pod ...@@ -64,7 +64,7 @@ module Pod
'OTHER_CFLAGS' => '$(inherited) ' + XCConfigHelper.quote(header_search_paths, '-iquote'), 'OTHER_CFLAGS' => '$(inherited) ' + XCConfigHelper.quote(header_search_paths, '-iquote'),
} }
if target.pod_targets.any?(&:should_build?) if target.pod_targets.any?(&:should_build?)
build_settings['FRAMEWORK_SEARCH_PATHS'] = '"$PODS_FRAMEWORK_BUILD_PATH"' build_settings['FRAMEWORK_SEARCH_PATHS'] = '$(inherited) "$PODS_FRAMEWORK_BUILD_PATH"'
end end
config.merge!(build_settings) config.merge!(build_settings)
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment