We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca05c6 commit 5275b90Copy full SHA for 5275b90
link.rb
@@ -37,8 +37,8 @@
37
target.build_phases << embed_frameworks_build_phase
38
39
# Add framework search path to target
40
-['Debug', 'Release'].each do |config|
41
- framework_search_paths = target.build_settings(config)['FRAMEWORK_SEARCH_PATHS']
+target.build_configurations.each do |config|
+ framework_search_paths = target.build_settings(config.name)['FRAMEWORK_SEARCH_PATHS']
42
43
framework_search_paths ||= ['$(inherited)']
44
framework_search_paths = [framework_search_paths] unless framework_search_paths.is_a?(Array)
0 commit comments