AnyChart / AnyChart-iOS

Other
78 stars 8 forks source link

xcodebuild - the log is huge #3

Open JSHAMMR opened 4 years ago

Shestac92 commented 4 years ago

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

JSHAMMR commented 4 years ago

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 
Shestac92 commented 4 years ago

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

JSHAMMR commented 4 years ago

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