Last active
April 21, 2023 06:14
-
-
Save bhumit070/f07ebc5287d694267829f11883acbce7 to your computer and use it in GitHub Desktop.
Hermes Engine Fix While Pod Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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