You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symptom:
Command will fail if Xcode is not installed into default path.
Description:
Xcode path should ideally not be hardcoded to /Applications/Xcode.app.
Use the following command to read the active build tools path:
xcode-select -p
The text was updated successfully, but these errors were encountered:
+1. Some CI configurations have multiple Xcode apps installed and actually don't have /Applications/Xcode.app.
I'd say the plugin should have an optional parameter for passing in Xcode path.
So the caller can specify exact Xcode path, and if not specified then it should be autodetected using xcode-select -p.
fastlane-plugin-altool/lib/fastlane/plugin/altool/actions/altool_action.rb
Line 7 in d9ee17d
Symptom:
Command will fail if Xcode is not installed into default path.
Description:
Xcode path should ideally not be hardcoded to /Applications/Xcode.app.
Use the following command to read the active build tools path:
xcode-select -p
The text was updated successfully, but these errors were encountered: