Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary * Only set LD_GENERATE_MAP_FILE in the app target — if we add it to the xcodebuild command, it will also generate a file at the same path for each framework. * Set LD_GENERATE_MAP_FILE in the SPMTest.xcodeproj project, and regenerate the patch. * Use Xcode 15.3 * Always checkout from the `measure_branch`: Because of how Bitrise checks out branches in recent stacks, `git rev-parse --abbrev-ref HEAD` was just returning `HEAD`, which was causing us to then re-checkout `HEAD` after checking out `master`, which triggered it to use an *old* version of the Xcodeproj patch. This was confusing and caused it to not pick up changes from this PR. ## Motivation Size_test was broken in Xcode 15 ## Testing CI
- Loading branch information