[TIMOB-23959] iOS: Disable OS_ACTIVITY_MODE in the Xcode project
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2016-09-28T17:19:10.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS, Tooling |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2016-09-28T16:28:02.000+0000 |
| Updated | 2017-03-16T21:39:20.000+0000 |
Description
Xcode 8 log output is very noisy with OS related messages. See http://stackoverflow.com/questions/37800790/hide-strange-unwanted-xcode-8-logs.
This can be disabled by setting the
OS_ACTIVITY_MODE environment variable.
Note that this doesn't really affect Titanium users, but more for the Titanium platform engineers and users that open the generated Xcode project.
TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8441 TiSDK 6_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/8442
FYI, this turned out to be a bad idea. Reverted by https://github.com/appcelerator/titanium_mobile/pull/8495 and https://github.com/appcelerator/titanium_mobile/pull/8496.
Closing ticket as fixed.