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 a4c2273 commit 36d3012Copy full SHA for 36d3012
fastlane/lib/helper/update_helper.rb
@@ -143,7 +143,7 @@ def update_rnbranch_xcodeproj(version)
143
options = config.build_settings['GCC_PREPROCESSOR_DEFINITIONS']
144
options = options.reject { |o| o =~ /^RNBRANCH_VERSION=/ }
145
options << rnbranch_option
146
- config.set_setting 'GCC_PREPROCESSOR_DEFINITIONS', options
+ config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = options
147
end
148
project.save
149
0 commit comments