I have added following as pre integration script in Xcode bot to install pods in gitignore
pod install
The script returns following message after integration
pod: command not found
I have added following as pre integration script in Xcode bot to install pods in gitignore
pod install
The script returns following message after integration
pod: command not found
Copyright © 2021 Jogjafile Inc.
You will need to add the path to
pod install. For example,/usr/local/bin/podYou can add this as a Add Pre-Integration Triggers when you edit your Xcode Server Bot.
Notes I found on
wait