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.
symbol_type
1 parent 1835245 commit b9f7005Copy full SHA for b9f7005
packages/react-native/scripts/cocoapods/privacy_manifest_utils.rb
@@ -50,7 +50,7 @@ def self.add_aggregated_privacy_manifest(installer)
50
end
51
52
def self.get_application_targets(user_project)
53
- return user_project.targets.filter { |t| t.symbol_type == :application }
+ return user_project.targets.filter { |t| t.respond_to?(:symbol_type) && t.symbol_type == :application }
54
55
56
def self.read_privacyinfo_file(file_path)
0 commit comments