File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ target 'Firestack' do
25
25
installer . pods_project . targets . each do |target |
26
26
target . build_configurations . each do |configuration |
27
27
# target.build_settings(configuration.name)['FRAMEWORK_SEARCH_PATHS'] = flat_frameworks
28
+ target . build_settings ( configuration . name ) [ 'OTHER_LDFLAGS' ] = '$(inherited)'
28
29
target . build_settings ( configuration . name ) [ 'USER_HEADER_SEARCH_PATHS' ] = "$(BUILT_PRODUCTS_DIR)"
29
- target . build_settings ( configuration . name ) [ 'LD_DYLIB_INSTALL_NAME' ] = '@rpath/${EXECUTABLE_PATH }'
30
+ target . build_settings ( configuration . name ) [ 'LD_DYLIB_INSTALL_NAME' ] = '@rpath/${EXECUTABLE_NAME }'
30
31
target . build_settings ( configuration . name ) [ 'LD_RUNPATH_SEARCH_PATHS' ] = '$(inherited) @rpath @loader_path/../Frameworks @executable_path/Frameworks'
31
32
32
33
target . build_settings ( configuration . name ) [ 'HEADER_SEARCH_PATHS' ] = [
You can’t perform that action at this time.
0 commit comments