Skip to content

Instantly share code, notes, and snippets.

@bhumit070
Last active April 21, 2023 06:14
Show Gist options
  • Save bhumit070/f07ebc5287d694267829f11883acbce7 to your computer and use it in GitHub Desktop.
Save bhumit070/f07ebc5287d694267829f11883acbce7 to your computer and use it in GitHub Desktop.
Hermes Engine Fix While Pod Install
installer.aggregate_targets.each do |aggregate_target|
aggregate_target.user_project.native_targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['LIBRARY_SEARCH_PATHS'] = ['$(SDKROOT)/usr/lib/swift', '$(inherited)']
end
end
aggregate_target.user_project.save
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment