Closed
Bug 1375249
Opened 9 years ago
Closed 8 years ago
Focus/Klar are always built in Release configurations
Categories
(Focus-iOS :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcomella, Assigned: mcomella)
Details
Attachments
(1 file)
STR:
1) Click Build configuration (typically, "Focus", next to run button)
2) Click "Edit Scheme"
Expected: Run, Test, Profile, & maybe Analyze should be the "FocusDebug" configuration
Actual: ^ are the "FocusRelease" configuration
This also applies to "Klar".
Local builds & CI test builds may have these side effects whet building with the release configuration:
* Production Adjust is used (though it looks like we bundle a bad app token by default so we shouldn't be changing the values on the server)
* (need to verify) Production Telemetry may be used
* Compiled with optimizations makes debugging more challenging
* Assertions are disabled
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → michael.l.comella
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Closed 26 days ago.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•