All,

When starting an app that includes swift these libs are being loaded:

*libswiftCoreGraphics.dylib *
*libswiftDispatch.dylib  *
*libswiftObjectiveC.dylib*
*libswiftCore.dylib*
*libswiftDarwin.dylib*
*libswiftFoundation.dylib*

which adds considerable delay to our app startup time (compared to running
a pure objective-c codebase). Is anybody aware of a way to reduce startup
by combining these libs into a single lib for faster load time?

Kind regards

Michel
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to