Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ios): fix Xcode defaulting to 'Release' (#1957)
`getBuildConfigurationFromXcScheme` currently assumes where the `.xcodeproj` lives (it could be anywhere). The proper fix is to get the path from `.xcworkspace`, but that's a much more intrusive change. The least we can do for now is to fall back to `Debug`.
- Loading branch information