[TIMOB-19507] [TRACE] should be [INFO] for "Agreeing to the Xcode/iOS license requires admin privileges.."
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 5.0.0 |
| Fix Version/s | n/a |
| Components | CLI, iOS |
| Labels | cb-tooling |
| Reporter | Fokke Zandbergen |
| Assignee | Praveen Innamuri |
| Created | 2015-09-14T07:08:18.000+0000 |
| Updated | 2020-01-30T10:54:23.000+0000 |
Description
After installing/upgrading Xcode and without having run Xcode before using the CLI will get you:
[INFO] Cleaning Xcode derived data
[DEBUG] Invoking: DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean
[TRACE] Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
[ERROR] An error occurred during build after 3s 303ms
[ERROR] 69
The message is clear, but since it's at trace-level little users will actually see it. It should be info-level.
No comments