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.
2 parents 78aa3fb + d17233d commit aa93e87Copy full SHA for aa93e87
fastlane/lib/update_native_sdks.rb
@@ -138,13 +138,15 @@ def adjust_rnbranch_xcodeproj
138
139
# check_file_refs
140
141
+ top_group = @project['Branch-SDK']
142
+
143
# 2. Make sure all files in the project still exist. Remove those that do not.
- remove_dangling_references @project.main_group
144
+ remove_dangling_references top_group
145
146
147
148
# 3. Remove any empty groups from the project
- remove_empty_groups @project.main_group
149
+ remove_empty_groups top_group
150
151
152
0 commit comments