FIX ERROR – xcode-select: error: tool ‘agvtool’ requires Xcode

The Fastlane assembly on MacOS fell on the following error:

xcode-select: error: tool 'agvtool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Solution:

Make sure that Xcode is installed, and then run the following command:

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

Tagged: Tags

Subscribe
Notify of
guest

1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
AMEEN
AMEEN
2 years ago

THANJ YOU