Section 19/221 menit
Analisis slow compilation
Analisis slow compilation
analyze-compile-times:
xcodebuild build
-workspace $(WORKSPACE)
-scheme $(SCHEME)
-destination '$(DESTINATION)'
OTHER_SWIFT_FLAGS="-Xfrontend -warn-long-function-bodies=100 -Xfrontend -warn-long-expression-type-checking=100"
2>&1 | grep "warning:.*ms to" | sort -t'=' -k2 -rn | head -20
swift
---