Commit 963f08a9 authored by Eloy Duran's avatar Eloy Duran

Quote the path to the PODS_ROOT

parent d69a1850
......@@ -29,7 +29,7 @@ module Pod
def xcconfig
@xcconfig ||= Xcodeproj::Config.new({
# In a workspace this is where the static library headers should be found.
'PODS_ROOT' => '$(SRCROOT)/Pods',
'PODS_ROOT' => '"$(SRCROOT)/Pods"',
'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/Headers"',
'ALWAYS_SEARCH_USER_PATHS' => 'YES', # needed to make EmbedReader build
# This makes categories from static libraries work, which many libraries
......
Subproject commit 8c94b24ab90b84164bc2c70faae957fa7744249f
Subproject commit 8b2cd6ae4b7c3ec41fe6adba6fa3b7b1f34aaadd
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