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
2525 installer . pods_project . targets . each do |target |
2626 target . build_configurations . each do |configuration |
2727 # target.build_settings(configuration.name)['FRAMEWORK_SEARCH_PATHS'] = flat_frameworks
28+ target . build_settings ( configuration . name ) [ 'OTHER_LDFLAGS' ] = '$(inherited)'
2829 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 }'
3031 target . build_settings ( configuration . name ) [ 'LD_RUNPATH_SEARCH_PATHS' ] = '$(inherited) @rpath @loader_path/../Frameworks @executable_path/Frameworks'
3132
3233 target . build_settings ( configuration . name ) [ 'HEADER_SEARCH_PATHS' ] = [
You can’t perform that action at this time.
0 commit comments