AnyChart-iOS icon indicating copy to clipboard operation
AnyChart-iOS copied to clipboard

xcodebuild - the log is huge

Open JSHAMMR opened this issue 5 years ago • 4 comments

JSHAMMR avatar Jan 25 '20 10:01 JSHAMMR

@JSHAMMR Please, can you describe your issue in detail?

Shestac92 avatar Jan 27 '20 02:01 Shestac92

Sure , if we're using xcodebuild to build or test the app , it will show huge log build which is fine in local machine. The issue if w're using cloud CI like travis ci. The log exceeded the limit which more than 4mb, so the build was terminated. I think you can easily recognise this if you build the app using command line xcodebuild .. Sample of logs :

Pods/AnyChartiOS/AnyChart-iOS/core/grids/anychart_core_grids_Radar.swift:156:150: warning: comparing non-optional value of type 'anychart.graphics.vector.Rect' to 'nil' always returns true APIlib.sharedInstance.jsDelegate?.jsAddLine(jsLine: "(self.jsBase).fill((JsObject.arrayToStringWrapQuotes(array: keys)), (angle), ((mode != nil) ? mode.getJsBase() : "null"), (opacity));") ~~~~ ^ ~~~ ..

regards

JSHAMMR avatar Jan 27 '20 04:01 JSHAMMR

@JSHAMMR Ok, we will check the possibility to reduce the size of the log and update you.

Shestac92 avatar Jan 28 '20 02:01 Shestac92

@Shestac92 OK , please use this link for you reference https://travis-ci.com/JSHAMMR/dashboard

JSHAMMR avatar Jan 29 '20 03:01 JSHAMMR