AnyChart-iOS
AnyChart-iOS copied to clipboard
xcodebuild - the log is huge
@JSHAMMR Please, can you describe your issue in detail?
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 Ok, we will check the possibility to reduce the size of the log and update you.
@Shestac92 OK , please use this link for you reference https://travis-ci.com/JSHAMMR/dashboard