Skip to content

Commit e4b2be4

Browse files
committed
add opt homebrew bin to the possible pod search paths
1 parent d22b2ad commit e4b2be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/IOSResolver/src/IOSResolver.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ protected override bool Read(string filename, Logger logger) {
445445
private static string[] POD_SEARCH_PATHS = new string[] {
446446
"/usr/local/bin",
447447
"/usr/bin",
448+
"/opt/homebrew/bin",
448449
};
449450
// Ruby Gem executable filename.
450451
private static string GEM_EXECUTABLE = "gem";

0 commit comments

Comments
 (0)