After adding Swift Macro I’m getting an error in command:
xcodebuild “-project” “…xcodeproj” “-target” “…” “-configuration” “Release” “-showBuildSettings”
ailed to execute Step main logic:
…
Resolve Package Graph
Packages are not supported when using legacy build locations, but the current project has them enabled.
When I changed locally in Xcode File->Workspace Settings…->Advanced-> to “Xcode Default” everything started working but how do I change this in my Bitrise Workflow? I don’t see anything to commit it seems user-specific config…