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
When testing Swift packages, it can be done using xcodebuild as if the Package.swift was an .xcodeproj, without specifying any workspace or project. The Xcode@5 is adding the -workspace argument with a default value, which makes impossible to use the task for testing packages.
It would be nice to have a way to disable it, or just avoid setting it by default, and forcing the user to specify either the workspace or the project (if needed).
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days
Task name
Xcode@5
Describe your feature request here
When testing Swift packages, it can be done using
xcodebuild
as if thePackage.swift
was an.xcodeproj
, without specifying any workspace or project. TheXcode@5
is adding the-workspace
argument with a default value, which makes impossible to use the task for testing packages.It would be nice to have a way to disable it, or just avoid setting it by default, and forcing the user to specify either the workspace or the project (if needed).
The text was updated successfully, but these errors were encountered: