I recently updated my Visual Studio for Mac and getting an error after build as "Custom Command execution failed". Any help appreciated !
Asked
Active
Viewed 1,087 times
0
-
1Please update your questions with ide error log – Jagadeesh Govindaraj Sep 12 '18 at 04:54
-
Build succeeded. 6 Warning(s) 0 Error(s) Time Elapsed 00:00:27.90 ---------------------- Done ---------------------- Custom command failed (exit code: 1) Custom command failed (exit code: 1) Build: 2 errors, 9 warnings – DevMonk Sep 12 '18 at 23:03
1 Answers
1
I think the error was due XCode command line tools selection. This command fixed the problem.
~$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

DevMonk
- 427
- 1
- 9
- 23